Html Css Color HEX #08250F Deep Fir

📋 copy color: '#08250F'

red 8 ◦ green 37 ◦ blue 15

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

Shades of Deep Fir #08250F

Tints of Deep Fir #08250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 61.67%

 BLUE value IS 15 (6.25% from 255) = 25%

R = 13.33%
G = 61.67%
B = 25%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#08250F (or 0x08250F) is known color: Deep Fir. HEX triplet: 08, 25 and 0F. RGB value is (8,37,15). Sum of RGB (Red+Green+Blue) = 8+37+15=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 37 (14.84% from 255 or 61.67% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 37 - color contains mainly: green. Hex color #08250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08250F is #F7DAF0. Grayscale: #191919. Windows color (decimal): -16243441 or 992520. OLE color: 992520.

HSL color Cylindrical-coordinate representation of color #08250F: hue angle of 134.48º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #08250F is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 37 15 -
CMYK 0.78 0 0.59 0.85
HSL 134.48º 0.64% 0.09% -
HSV(B) 134.48º 0.78% 0.15% -
XYZ 0.85 1.41 0.68 -
YUV 25.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 8 37 15 0.78 0 0.59 0.85 134.48 0.64 0.09
Hex 8 25 F 4E 0 3B 55 86 40 9
Octal 10 45 17 116 0 73 125 206 100 11
Binary 1000 100101 1111 1001110 0 111011 1010101 10000110 1000000 1001

Color Harmonies of #08250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08250F

Black with #08250F

Text Example


Text Example

White with #08250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08250F; }

 p { color: rgb(8,37,15); }

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

background-color css

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

 a { background-color: rgb(8,37,15); }

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

border-color css

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

 span { border-color: rgb(8,37,15); }

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