Html Css Color HEX #252201 Maire

📋 copy color: '#252201'

red 37 ◦ green 34 ◦ blue 1

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

Shades of Maire #252201

Tints of Maire #252201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.39%

R = 51.39%
G = 47.22%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#252201 (or 0x252201) is known color: Maire. HEX triplet: 25, 22 and 01. RGB value is (37,34,1). Sum of RGB (Red+Green+Blue) = 37+34+1=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 34 (13.67% from 255 or 47.22% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #252201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252201 is #DADDFE. Grayscale: #1F1F1F. Windows color (decimal): -14343679 or 74277. OLE color: 74277.

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

Color convert

RGB 37 34 1 -
CMYK 0 0.08 0.97 0.85
HSL 55º 0.95% 0.07% -
HSV(B) 55º 0.97% 0.15% -
XYZ 1.34 1.54 0.26 -
YUV 31.14 110.99 132.18 -
System Red Green Blue C M Y K H S L
Decimal 37 34 1 0 0.08 0.97 0.85 55 0.95 0.07
Hex 25 22 1 0 8 61 55 37 5F 7
Octal 45 42 1 0 10 141 125 67 137 7
Binary 100101 100010 1 0 1000 1100001 1010101 110111 1011111 111

Color Harmonies of #252201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252201

Black with #252201

Text Example


Text Example

White with #252201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252201; }

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

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

background-color css

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

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

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

border-color css

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

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

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