Html Css Color HEX #252204 Maire

📋 copy color: '#252204'

red 37 ◦ green 34 ◦ blue 4

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

Shades of Maire #252204

Tints of Maire #252204

RGB

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

 GREEN value IS 34 (13.67% from 255) = 45.33%

 BLUE value IS 4 (1.95% from 255) = 5.33%

R = 49.33%
G = 45.33%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.85

RGB Variations

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

Color information

#252204 (or 0x252204) is known color: Maire. HEX triplet: 25, 22 and 04. RGB value is (37,34,4). Sum of RGB (Red+Green+Blue) = 37+34+4=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 34 (13.67% from 255 or 45.33% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #252204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252204 is #DADDFB. Grayscale: #1F1F1F. Windows color (decimal): -14343676 or 270885. OLE color: 270885.

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

Color convert

RGB 37 34 4 -
CMYK 0 0.08 0.89 0.85
HSL 54.55º 0.8% 0.08% -
HSV(B) 54.55º 0.89% 0.15% -
XYZ 1.36 1.55 0.34 -
YUV 31.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 37 34 4 0 0.08 0.89 0.85 54.55 0.8 0.08
Hex 25 22 4 0 8 59 55 37 50 8
Octal 45 42 4 0 10 131 125 67 120 10
Binary 100101 100010 100 0 1000 1011001 1010101 110111 1010000 1000

Color Harmonies of #252204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252204

Black with #252204

Text Example


Text Example

White with #252204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252204; }

 p { color: rgb(37,34,4); }

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

background-color css

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

 a { background-color: rgb(37,34,4); }

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

border-color css

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

 span { border-color: rgb(37,34,4); }

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