Html Css Color HEX #25200E Maire

📋 copy color: '#25200E'

red 37 ◦ green 32 ◦ blue 14

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

Shades of Maire #25200E

Tints of Maire #25200E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.87%

R = 44.58%
G = 38.55%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#25200E (or 0x25200E) is known color: Maire. HEX triplet: 25, 20 and 0E. RGB value is (37,32,14). Sum of RGB (Red+Green+Blue) = 37+32+14=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #25200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25200E is #DADFF1. Grayscale: #1F1F1F. Windows color (decimal): -14344178 or 925733. OLE color: 925733.

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

Color convert

RGB 37 32 14 -
CMYK 0 0.14 0.62 0.85
HSL 46.96º 0.45% 0.1% -
HSV(B) 46.96º 0.62% 0.15% -
XYZ 1.36 1.46 0.63 -
YUV 31.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 37 32 14 0 0.14 0.62 0.85 46.96 0.45 0.1
Hex 25 20 E 0 E 3E 55 2F 2D A
Octal 45 40 16 0 16 76 125 57 55 12
Binary 100101 100000 1110 0 1110 111110 1010101 101111 101101 1010

Color Harmonies of #25200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25200E

Black with #25200E

Text Example


Text Example

White with #25200E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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