Html Css Color HEX #25230E Maire

📋 copy color: '#25230E'

red 37 ◦ green 35 ◦ blue 14

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

Shades of Maire #25230E

Tints of Maire #25230E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.28%

R = 43.02%
G = 40.7%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#25230E (or 0x25230E) is known color: Maire. HEX triplet: 25, 23 and 0E. RGB value is (37,35,14). Sum of RGB (Red+Green+Blue) = 37+35+14=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 37 - color contains mainly: red. Hex color #25230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25230E is #DADCF1. Grayscale: #212121. Windows color (decimal): -14343410 or 926501. OLE color: 926501.

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

Color convert

RGB 37 35 14 -
CMYK 0 0.05 0.62 0.85
HSL 54.78º 0.45% 0.1% -
HSV(B) 54.78º 0.62% 0.15% -
XYZ 1.44 1.63 0.65 -
YUV 33.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 37 35 14 0 0.05 0.62 0.85 54.78 0.45 0.1
Hex 25 23 E 0 5 3E 55 37 2D A
Octal 45 43 16 0 5 76 125 67 55 12
Binary 100101 100011 1110 0 101 111110 1010101 110111 101101 1010

Color Harmonies of #25230E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25230E

Black with #25230E

Text Example


Text Example

White with #25230E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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