Html Css Color HEX #25200A Maire

📋 copy color: '#25200A'

red 37 ◦ green 32 ◦ blue 10

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

Shades of Maire #25200A

Tints of Maire #25200A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 12.66%

R = 46.84%
G = 40.51%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#25200A (or 0x25200A) is known color: Maire. HEX triplet: 25, 20 and 0A. RGB value is (37,32,10). Sum of RGB (Red+Green+Blue) = 37+32+10=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 32 (12.89% from 255 or 40.51% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #25200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25200A is #DADFF5. Grayscale: #1F1F1F. Windows color (decimal): -14344182 or 663589. OLE color: 663589.

HSL color Cylindrical-coordinate representation of color #25200A: hue angle of 48.89º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25200A is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 32 10 -
CMYK 0 0.14 0.73 0.85
HSL 48.89º 0.57% 0.09% -
HSV(B) 48.89º 0.73% 0.15% -
XYZ 1.33 1.45 0.5 -
YUV 30.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 37 32 10 0 0.14 0.73 0.85 48.89 0.57 0.09
Hex 25 20 A 0 E 49 55 31 39 9
Octal 45 40 12 0 16 111 125 61 71 11
Binary 100101 100000 1010 0 1110 1001001 1010101 110001 111001 1001

Color Harmonies of #25200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25200A

Black with #25200A

Text Example


Text Example

White with #25200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25200A; }

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

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

background-color css

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

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

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

border-color css

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

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

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