Html Css Color HEX #05250D Deep Fir

📋 copy color: '#05250D'

red 5 ◦ green 37 ◦ blue 13

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

Shades of Deep Fir #05250D

Tints of Deep Fir #05250D

RGB

 RED value IS 5 (2.34% from 255) = 9.09%

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

 BLUE value IS 13 (5.47% from 255) = 23.64%

R = 9.09%
G = 67.27%
B = 23.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#05250D (or 0x05250D) is known color: Deep Fir. HEX triplet: 05, 25 and 0D. RGB value is (5,37,13). Sum of RGB (Red+Green+Blue) = 5+37+13=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 37 (14.84% from 255 or 67.27% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 37 - color contains mainly: green. Hex color #05250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05250D is #FADAF2. Grayscale: #181818. Windows color (decimal): -16440051 or 861445. OLE color: 861445.

HSL color Cylindrical-coordinate representation of color #05250D: hue angle of 135º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #05250D is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 37 13 -
CMYK 0.86 0 0.65 0.85
HSL 135º 0.76% 0.08% -
HSV(B) 135º 0.86% 0.15% -
XYZ 0.8 1.38 0.61 -
YUV 24.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 5 37 13 0.86 0 0.65 0.85 135 0.76 0.08
Hex 5 25 D 56 0 41 55 87 4C 8
Octal 5 45 15 126 0 101 125 207 114 10
Binary 101 100101 1101 1010110 0 1000001 1010101 10000111 1001100 1000

Color Harmonies of #05250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05250D

Black with #05250D

Text Example


Text Example

White with #05250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05250D; }

 p { color: rgb(5,37,13); }

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

background-color css

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

 a { background-color: rgb(5,37,13); }

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

border-color css

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

 span { border-color: rgb(5,37,13); }

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