Html Css Color HEX #073213 Deep Fir

📋 copy color: '#073213'

red 7 ◦ green 50 ◦ blue 19

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

Shades of Deep Fir #073213

Tints of Deep Fir #073213

RGB

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

 GREEN value IS 50 (19.92% from 255) = 65.79%

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

R = 9.21%
G = 65.79%
B = 25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.62

 K value IS 0.80

RGB Variations

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

Color information

#073213 (or 0x073213) is known color: Deep Fir. HEX triplet: 07, 32 and 13. RGB value is (7,50,19). Sum of RGB (Red+Green+Blue) = 7+50+19=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 50 (19.92% from 255 or 65.79% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 50 - color contains mainly: green. Hex color #073213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073213 is #F8CDEC. Grayscale: #212121. Windows color (decimal): -16305645 or 1257991. OLE color: 1257991.

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

Color convert

RGB 7 50 19 -
CMYK 0.86 0 0.62 0.80
HSL 136.74º 0.75% 0.11% -
HSV(B) 136.74º 0.86% 0.2% -
XYZ 1.35 2.37 1 -
YUV 33.61 119.75 109.02 -
System Red Green Blue C M Y K H S L
Decimal 7 50 19 0.86 0 0.62 0.80 136.74 0.75 0.11
Hex 7 32 13 56 0 3E 50 89 4B B
Octal 7 62 23 126 0 76 120 211 113 13
Binary 111 110010 10011 1010110 0 111110 1010000 10001001 1001011 1011

Color Harmonies of #073213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073213

Black with #073213

Text Example


Text Example

White with #073213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073213; }

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

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

background-color css

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

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

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

border-color css

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

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

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