Html Css Color HEX #083215 Deep Fir

📋 copy color: '#083215'

red 8 ◦ green 50 ◦ blue 21

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

Shades of Deep Fir #083215

Tints of Deep Fir #083215

RGB

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

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

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

R = 10.13%
G = 63.29%
B = 26.58%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#083215 (or 0x083215) is known color: Deep Fir. HEX triplet: 08, 32 and 15. RGB value is (8,50,21). Sum of RGB (Red+Green+Blue) = 8+50+21=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 50 (19.92% from 255 or 63.29% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 50 - color contains mainly: green. Hex color #083215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083215 is #F7CDEA. Grayscale: #222222. Windows color (decimal): -16240107 or 1389064. OLE color: 1389064.

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

Color convert

RGB 8 50 21 -
CMYK 0.84 0 0.58 0.80
HSL 138.57º 0.72% 0.11% -
HSV(B) 138.57º 0.84% 0.2% -
XYZ 1.38 2.39 1.1 -
YUV 34.14 120.59 109.36 -
System Red Green Blue C M Y K H S L
Decimal 8 50 21 0.84 0 0.58 0.80 138.57 0.72 0.11
Hex 8 32 15 54 0 3A 50 8B 48 B
Octal 10 62 25 124 0 72 120 213 110 13
Binary 1000 110010 10101 1010100 0 111010 1010000 10001011 1001000 1011

Color Harmonies of #083215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083215

Black with #083215

Text Example


Text Example

White with #083215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083215; }

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

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

background-color css

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

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

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

border-color css

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

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

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