Html Css Color HEX #25230D Maire

📋 copy color: '#25230D'

red 37 ◦ green 35 ◦ blue 13

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

Shades of Maire #25230D

Tints of Maire #25230D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 41.18%

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

R = 43.53%
G = 41.18%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#25230D (or 0x25230D) is known color: Maire. HEX triplet: 25, 23 and 0D. RGB value is (37,35,13). Sum of RGB (Red+Green+Blue) = 37+35+13=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #25230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25230D is #DADCF2. Grayscale: #212121. Windows color (decimal): -14343411 or 860965. OLE color: 860965.

HSL color Cylindrical-coordinate representation of color #25230D: hue angle of 55º 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 #25230D is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 35 13 -
CMYK 0 0.05 0.65 0.85
HSL 55º 0.48% 0.1% -
HSV(B) 55º 0.65% 0.15% -
XYZ 1.44 1.62 0.62 -
YUV 33.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 37 35 13 0 0.05 0.65 0.85 55 0.48 0.1
Hex 25 23 D 0 5 41 55 37 30 A
Octal 45 43 15 0 5 101 125 67 60 12
Binary 100101 100011 1101 0 101 1000001 1010101 110111 110000 1010

Color Harmonies of #25230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25230D

Black with #25230D

Text Example


Text Example

White with #25230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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