Html Css Color HEX #08371A Deep Fir

📋 copy color: '#08371A'

red 8 ◦ green 55 ◦ blue 26

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

Shades of Deep Fir #08371A

Tints of Deep Fir #08371A

RGB

 RED value IS 8 (3.52% from 255) = 8.99%

 GREEN value IS 55 (21.88% from 255) = 61.8%

 BLUE value IS 26 (10.55% from 255) = 29.21%

R = 8.99%
G = 61.8%
B = 29.21%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#08371A (or 0x08371A) is known color: Deep Fir. HEX triplet: 08, 37 and 1A. RGB value is (8,55,26). Sum of RGB (Red+Green+Blue) = 8+55+26=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 55 (21.88% from 255 or 61.80% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 55 - color contains mainly: green. Hex color #08371A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08371A is #F7C8E5. Grayscale: #252525. Windows color (decimal): -16238822 or 1718024. OLE color: 1718024.

HSL color Cylindrical-coordinate representation of color #08371A: hue angle of 142.98º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08371A is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 55 26 -
CMYK 0.85 0 0.53 0.78
HSL 142.98º 0.75% 0.12% -
HSV(B) 142.98º 0.85% 0.22% -
XYZ 1.65 2.86 1.44 -
YUV 37.64 121.43 106.86 -
System Red Green Blue C M Y K H S L
Decimal 8 55 26 0.85 0 0.53 0.78 142.98 0.75 0.12
Hex 8 37 1A 55 0 35 4E 8F 4B C
Octal 10 67 32 125 0 65 116 217 113 14
Binary 1000 110111 11010 1010101 0 110101 1001110 10001111 1001011 1100

Color Harmonies of #08371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08371A

Black with #08371A

Text Example


Text Example

White with #08371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08371A; }

 p { color: rgb(8,55,26); }

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

background-color css

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

 a { background-color: rgb(8,55,26); }

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

border-color css

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

 span { border-color: rgb(8,55,26); }

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