Html Css Color HEX #25230F Maire

📋 copy color: '#25230F'

red 37 ◦ green 35 ◦ blue 15

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

Shades of Maire #25230F

Tints of Maire #25230F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 17.24%

R = 42.53%
G = 40.23%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#25230F (or 0x25230F) is known color: Maire. HEX triplet: 25, 23 and 0F. RGB value is (37,35,15). Sum of RGB (Red+Green+Blue) = 37+35+15=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 35 (14.06% from 255 or 40.23% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #25230F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25230F is #DADCF0. Grayscale: #212121. Windows color (decimal): -14343409 or 992037. OLE color: 992037.

HSL color Cylindrical-coordinate representation of color #25230F: hue angle of 54.55º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25230F is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 35 15 -
CMYK 0 0.05 0.59 0.85
HSL 54.55º 0.42% 0.1% -
HSV(B) 54.55º 0.59% 0.15% -
XYZ 1.45 1.63 0.69 -
YUV 33.32 117.66 130.63 -
System Red Green Blue C M Y K H S L
Decimal 37 35 15 0 0.05 0.59 0.85 54.55 0.42 0.1
Hex 25 23 F 0 5 3B 55 37 2A A
Octal 45 43 17 0 5 73 125 67 52 12
Binary 100101 100011 1111 0 101 111011 1010101 110111 101010 1010

Color Harmonies of #25230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25230F

Black with #25230F

Text Example


Text Example

White with #25230F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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