Html Css Color HEX #252013 Maire

📋 copy color: '#252013'

red 37 ◦ green 32 ◦ blue 19

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

Shades of Maire #252013

Tints of Maire #252013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 21.59%

R = 42.05%
G = 36.36%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#252013 (or 0x252013) is known color: Maire. HEX triplet: 25, 20 and 13. RGB value is (37,32,19). Sum of RGB (Red+Green+Blue) = 37+32+19=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #252013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252013 is #DADFEC. Grayscale: #202020. Windows color (decimal): -14344173 or 1253413. OLE color: 1253413.

HSL color Cylindrical-coordinate representation of color #252013: hue angle of 43.33º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #252013 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 32 19 -
CMYK 0 0.14 0.49 0.85
HSL 43.33º 0.32% 0.11% -
HSV(B) 43.33º 0.49% 0.15% -
XYZ 1.4 1.47 0.83 -
YUV 32.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 37 32 19 0 0.14 0.49 0.85 43.33 0.32 0.11
Hex 25 20 13 0 E 31 55 2B 20 B
Octal 45 40 23 0 16 61 125 53 40 13
Binary 100101 100000 10011 0 1110 110001 1010101 101011 100000 1011

Color Harmonies of #252013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252013

Black with #252013

Text Example


Text Example

White with #252013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252013; }

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

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

background-color css

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

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

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

border-color css

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

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

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