Html Css Color HEX #25250E Maire

📋 copy color: '#25250E'

red 37 ◦ green 37 ◦ blue 14

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

Shades of Maire #25250E

Tints of Maire #25250E

RGB

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

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

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

R = 42.05%
G = 42.05%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#25250E (or 0x25250E) is known color: Maire. HEX triplet: 25, 25 and 0E. RGB value is (37,37,14). Sum of RGB (Red+Green+Blue) = 37+37+14=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 37 - color contains mainly: red, green. Hex color #25250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25250E is #DADAF1. Grayscale: #222222. Windows color (decimal): -14342898 or 927013. OLE color: 927013.

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

Color convert

RGB 37 37 14 -
CMYK 0 0 0.62 0.85
HSL 60º 0.45% 0.1% -
HSV(B) 60º 0.62% 0.15% -
XYZ 1.5 1.75 0.67 -
YUV 34.38 116.5 129.87 -
System Red Green Blue C M Y K H S L
Decimal 37 37 14 0 0 0.62 0.85 60 0.45 0.1
Hex 25 25 E 0 0 3E 55 3C 2D A
Octal 45 45 16 0 0 76 125 74 55 12
Binary 100101 100101 1110 0 0 111110 1010101 111100 101101 1010

Color Harmonies of #25250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25250E

Black with #25250E

Text Example


Text Example

White with #25250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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