Html Css Color HEX #25200F Maire

📋 copy color: '#25200F'

red 37 ◦ green 32 ◦ blue 15

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

Shades of Maire #25200F

Tints of Maire #25200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 17.86%

R = 44.05%
G = 38.1%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#25200F (or 0x25200F) is known color: Maire. HEX triplet: 25, 20 and 0F. RGB value is (37,32,15). Sum of RGB (Red+Green+Blue) = 37+32+15=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 37 - color contains mainly: red. Hex color #25200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25200F is #DADFF0. Grayscale: #1F1F1F. Windows color (decimal): -14344177 or 991269. OLE color: 991269.

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

Color convert

RGB 37 32 15 -
CMYK 0 0.14 0.59 0.85
HSL 46.36º 0.42% 0.1% -
HSV(B) 46.36º 0.59% 0.15% -
XYZ 1.37 1.46 0.66 -
YUV 31.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 37 32 15 0 0.14 0.59 0.85 46.36 0.42 0.1
Hex 25 20 F 0 E 3B 55 2E 2A A
Octal 45 40 17 0 16 73 125 56 52 12
Binary 100101 100000 1111 0 1110 111011 1010101 101110 101010 1010

Color Harmonies of #25200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25200F

Black with #25200F

Text Example


Text Example

White with #25200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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