Html Css Color HEX #073113 Deep Fir

📋 copy color: '#073113'

red 7 ◦ green 49 ◦ blue 19

#073113
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #073113

Tints of Deep Fir #073113

RGB

 RED value IS 7 (3.13% from 255) = 9.33%

 GREEN value IS 49 (19.53% from 255) = 65.33%

 BLUE value IS 19 (7.81% from 255) = 25.33%

R = 9.33%
G = 65.33%
B = 25.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.61

 K value IS 0.81

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#073113 (or 0x073113) is known color: Deep Fir. HEX triplet: 07, 31 and 13. RGB value is (7,49,19). Sum of RGB (Red+Green+Blue) = 7+49+19=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 49 (19.53% from 255 or 65.33% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 49 - color contains mainly: green. Hex color #073113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073113 is #F8CEEC. Grayscale: #212121. Windows color (decimal): -16305901 or 1257735. OLE color: 1257735.

HSL color Cylindrical-coordinate representation of color #073113: hue angle of 137.14º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073113 is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 49 19 -
CMYK 0.86 0 0.61 0.81
HSL 137.14º 0.75% 0.11% -
HSV(B) 137.14º 0.86% 0.19% -
XYZ 1.3 2.29 0.99 -
YUV 33.02 120.09 109.44 -
System Red Green Blue C M Y K H S L
Decimal 7 49 19 0.86 0 0.61 0.81 137.14 0.75 0.11
Hex 7 31 13 56 0 3D 51 89 4B B
Octal 7 61 23 126 0 75 121 211 113 13
Binary 111 110001 10011 1010110 0 111101 1010001 10001001 1001011 1011

Color Harmonies of #073113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073113

Black with #073113

Text Example


Text Example

White with #073113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073113; }

 p { color: rgb(7,49,19); }

 H1.HeaderClassName
 {
   color: #073113;
 }
 .AnyTagClassName
 {
   color: #073113;
 }
</style>

background-color css

<style>
 a { background-color: #073113; }

 a { background-color: rgb(7,49,19); }

 div.DivClassName
 {
   background-color: #073113;
 }
 .BgClassName
 {
   background-color: #073113;
 }
</style>

border-color css

<style>
 span { border-color: #073113; }

 span { border-color: rgb(7,49,19); }

 td.TdClassName
 {
   border-color: #073113;
 }
 .TagClassName
 {
   border-color: #073113;
 }
</style>