Html Css Color HEX #083113 Deep Fir

📋 copy color: '#083113'

red 8 ◦ green 49 ◦ blue 19

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

Shades of Deep Fir #083113

Tints of Deep Fir #083113

RGB

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

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

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

R = 10.53%
G = 64.47%
B = 25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#083113 (or 0x083113) is known color: Deep Fir. HEX triplet: 08, 31 and 13. RGB value is (8,49,19). Sum of RGB (Red+Green+Blue) = 8+49+19=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 49 (19.53% from 255 or 64.47% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 49 - color contains mainly: green. Hex color #083113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083113 is #F7CEEC. Grayscale: #212121. Windows color (decimal): -16240365 or 1257736. OLE color: 1257736.

HSL color Cylindrical-coordinate representation of color #083113: hue angle of 136.1º 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 #083113 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB 8 49 19 -
CMYK 0.84 0 0.61 0.81
HSL 136.1º 0.72% 0.11% -
HSV(B) 136.1º 0.84% 0.19% -
XYZ 1.32 2.3 0.99 -
YUV 33.32 119.92 109.94 -
System Red Green Blue C M Y K H S L
Decimal 8 49 19 0.84 0 0.61 0.81 136.1 0.72 0.11
Hex 8 31 13 54 0 3D 51 88 48 B
Octal 10 61 23 124 0 75 121 210 110 13
Binary 1000 110001 10011 1010100 0 111101 1010001 10001000 1001000 1011

Color Harmonies of #083113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083113

Black with #083113

Text Example


Text Example

White with #083113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083113; }

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

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

background-color css

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

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

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

border-color css

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

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

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