Html Css Color HEX #25250D Maire

📋 copy color: '#25250D'

red 37 ◦ green 37 ◦ blue 13

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

Shades of Maire #25250D

Tints of Maire #25250D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 42.53%

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

R = 42.53%
G = 42.53%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#25250D (or 0x25250D) is known color: Maire. HEX triplet: 25, 25 and 0D. RGB value is (37,37,13). Sum of RGB (Red+Green+Blue) = 37+37+13=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 37 - color contains mainly: red, green. Hex color #25250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25250D is #DADAF2. Grayscale: #222222. Windows color (decimal): -14342899 or 861477. OLE color: 861477.

HSL color Cylindrical-coordinate representation of color #25250D: hue angle of 60º 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 #25250D is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 37 13 -
CMYK 0 0 0.65 0.85
HSL 60º 0.48% 0.1% -
HSV(B) 60º 0.65% 0.15% -
XYZ 1.5 1.75 0.64 -
YUV 34.26 116 129.95 -
System Red Green Blue C M Y K H S L
Decimal 37 37 13 0 0 0.65 0.85 60 0.48 0.1
Hex 25 25 D 0 0 41 55 3C 30 A
Octal 45 45 15 0 0 101 125 74 60 12
Binary 100101 100101 1101 0 0 1000001 1010101 111100 110000 1010

Color Harmonies of #25250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25250D

Black with #25250D

Text Example


Text Example

White with #25250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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