Html Css Color HEX #25220D Maire

📋 copy color: '#25220D'

red 37 ◦ green 34 ◦ blue 13

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

Shades of Maire #25220D

Tints of Maire #25220D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 15.48%

R = 44.05%
G = 40.48%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#25220D (or 0x25220D) is known color: Maire. HEX triplet: 25, 22 and 0D. RGB value is (37,34,13). Sum of RGB (Red+Green+Blue) = 37+34+13=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 37 - color contains mainly: red. Hex color #25220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25220D is #DADDF2. Grayscale: #202020. Windows color (decimal): -14343667 or 860709. OLE color: 860709.

HSL color Cylindrical-coordinate representation of color #25220D: hue angle of 52.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25220D is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 34 13 -
CMYK 0 0.08 0.65 0.85
HSL 52.5º 0.48% 0.1% -
HSV(B) 52.5º 0.65% 0.15% -
XYZ 1.41 1.57 0.61 -
YUV 32.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 37 34 13 0 0.08 0.65 0.85 52.5 0.48 0.1
Hex 25 22 D 0 8 41 55 34 30 A
Octal 45 42 15 0 10 101 125 64 60 12
Binary 100101 100010 1101 0 1000 1000001 1010101 110100 110000 1010

Color Harmonies of #25220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25220D

Black with #25220D

Text Example


Text Example

White with #25220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25220D; }

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

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

background-color css

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

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

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

border-color css

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

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

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