Html Css Color HEX #083115 Deep Fir

📋 copy color: '#083115'

red 8 ◦ green 49 ◦ blue 21

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

Shades of Deep Fir #083115

Tints of Deep Fir #083115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 26.92%

R = 10.26%
G = 62.82%
B = 26.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#083115 (or 0x083115) is known color: Deep Fir. HEX triplet: 08, 31 and 15. RGB value is (8,49,21). Sum of RGB (Red+Green+Blue) = 8+49+21=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 49 (19.53% from 255 or 62.82% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 49 - color contains mainly: green. Hex color #083115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083115 is #F7CEEA. Grayscale: #212121. Windows color (decimal): -16240363 or 1388808. OLE color: 1388808.

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

Color convert

RGB 8 49 21 -
CMYK 0.84 0 0.57 0.81
HSL 139.02º 0.72% 0.11% -
HSV(B) 139.02º 0.84% 0.19% -
XYZ 1.33 2.3 1.08 -
YUV 33.55 120.92 109.78 -
System Red Green Blue C M Y K H S L
Decimal 8 49 21 0.84 0 0.57 0.81 139.02 0.72 0.11
Hex 8 31 15 54 0 39 51 8B 48 B
Octal 10 61 25 124 0 71 121 213 110 13
Binary 1000 110001 10101 1010100 0 111001 1010001 10001011 1001000 1011

Color Harmonies of #083115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083115

Black with #083115

Text Example


Text Example

White with #083115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083115; }

 p { color: rgb(8,49,21); }

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

background-color css

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

 a { background-color: rgb(8,49,21); }

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

border-color css

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

 span { border-color: rgb(8,49,21); }

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