Html Css Color HEX #25200D Maire

📋 copy color: '#25200D'

red 37 ◦ green 32 ◦ blue 13

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

Shades of Maire #25200D

Tints of Maire #25200D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 15.85%

R = 45.12%
G = 39.02%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#25200D (or 0x25200D) is known color: Maire. HEX triplet: 25, 20 and 0D. RGB value is (37,32,13). Sum of RGB (Red+Green+Blue) = 37+32+13=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #25200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25200D is #DADFF2. Grayscale: #1F1F1F. Windows color (decimal): -14344179 or 860197. OLE color: 860197.

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

Color convert

RGB 37 32 13 -
CMYK 0 0.14 0.65 0.85
HSL 47.5º 0.48% 0.1% -
HSV(B) 47.5º 0.65% 0.15% -
XYZ 1.35 1.46 0.59 -
YUV 31.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 37 32 13 0 0.14 0.65 0.85 47.5 0.48 0.1
Hex 25 20 D 0 E 41 55 30 30 A
Octal 45 40 15 0 16 101 125 60 60 12
Binary 100101 100000 1101 0 1110 1000001 1010101 110000 110000 1010

Color Harmonies of #25200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25200D

Black with #25200D

Text Example


Text Example

White with #25200D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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