Html Css Color HEX #252200 Maire

📋 copy color: '#252200'

red 37 ◦ green 34 ◦ blue 0

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

Shades of Maire #252200

Tints of Maire #252200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.11%
G = 47.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#252200 (or 0x252200) is known color: Maire. HEX triplet: 25, 22 and 00. RGB value is (37,34,0). Sum of RGB (Red+Green+Blue) = 37+34+0=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 34 (13.67% from 255 or 47.89% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #252200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252200 is #DADDFF. Grayscale: #1F1F1F. Windows color (decimal): -14343680 or 8741. OLE color: 8741.

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

Color convert

RGB 37 34 0 -
CMYK 0 0.08 1 0.85
HSL 55.14º 1% 0.07% -
HSV(B) 55.14º 1% 0.15% -
XYZ 1.33 1.54 0.23 -
YUV 31.02 110.49 132.26 -
System Red Green Blue C M Y K H S L
Decimal 37 34 0 0 0.08 1 0.85 55.14 1 0.07
Hex 25 22 0 0 8 64 55 37 64 7
Octal 45 42 0 0 10 144 125 67 144 7
Binary 100101 100010 0 0 1000 1100100 1010101 110111 1100100 111

Color Harmonies of #252200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252200

Black with #252200

Text Example


Text Example

White with #252200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252200; }

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

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

background-color css

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

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

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

border-color css

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

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

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