Html Css Color HEX #252215 Maire

📋 copy color: '#252215'

red 37 ◦ green 34 ◦ blue 21

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

Shades of Maire #252215

Tints of Maire #252215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 36.96%

 BLUE value IS 21 (8.59% from 255) = 22.83%

R = 40.22%
G = 36.96%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#252215 (or 0x252215) is known color: Maire. HEX triplet: 25, 22 and 15. RGB value is (37,34,21). Sum of RGB (Red+Green+Blue) = 37+34+21=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 34 (13.67% from 255 or 36.96% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 37 - color contains mainly: red. Hex color #252215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252215 is #DADDEA. Grayscale: #212121. Windows color (decimal): -14343659 or 1384997. OLE color: 1384997.

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

Color convert

RGB 37 34 21 -
CMYK 0 0.08 0.43 0.85
HSL 48.75º 0.28% 0.11% -
HSV(B) 48.75º 0.43% 0.15% -
XYZ 1.47 1.59 0.94 -
YUV 33.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 37 34 21 0 0.08 0.43 0.85 48.75 0.28 0.11
Hex 25 22 15 0 8 2B 55 31 1C B
Octal 45 42 25 0 10 53 125 61 34 13
Binary 100101 100010 10101 0 1000 101011 1010101 110001 11100 1011

Color Harmonies of #252215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252215

Black with #252215

Text Example


Text Example

White with #252215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252215; }

 p { color: rgb(37,34,21); }

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

background-color css

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

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

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

border-color css

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

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

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