Html Css Color HEX #252006 Maire

📋 copy color: '#252006'

red 37 ◦ green 32 ◦ blue 6

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

Shades of Maire #252006

Tints of Maire #252006

RGB

 RED value IS 37 (14.84% from 255) = 49.33%

 GREEN value IS 32 (12.89% from 255) = 42.67%

 BLUE value IS 6 (2.73% from 255) = 8%

R = 49.33%
G = 42.67%
B = 8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#252006 (or 0x252006) is known color: Maire. HEX triplet: 25, 20 and 06. RGB value is (37,32,6). Sum of RGB (Red+Green+Blue) = 37+32+6=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #252006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252006 is #DADFF9. Grayscale: #1E1E1E. Windows color (decimal): -14344186 or 401445. OLE color: 401445.

HSL color Cylindrical-coordinate representation of color #252006: hue angle of 50.32º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #252006 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 32 6 -
CMYK 0 0.14 0.84 0.85
HSL 50.32º 0.72% 0.08% -
HSV(B) 50.32º 0.84% 0.15% -
XYZ 1.31 1.44 0.38 -
YUV 30.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 37 32 6 0 0.14 0.84 0.85 50.32 0.72 0.08
Hex 25 20 6 0 E 54 55 32 48 8
Octal 45 40 6 0 16 124 125 62 110 10
Binary 100101 100000 110 0 1110 1010100 1010101 110010 1001000 1000

Color Harmonies of #252006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252006

Black with #252006

Text Example


Text Example

White with #252006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252006; }

 p { color: rgb(37,32,6); }

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

background-color css

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

 a { background-color: rgb(37,32,6); }

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

border-color css

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

 span { border-color: rgb(37,32,6); }

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