Html Css Color HEX #25230C Maire

📋 copy color: '#25230C'

red 37 ◦ green 35 ◦ blue 12

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

Shades of Maire #25230C

Tints of Maire #25230C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.29%

R = 44.05%
G = 41.67%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#25230C (or 0x25230C) is known color: Maire. HEX triplet: 25, 23 and 0C. RGB value is (37,35,12). Sum of RGB (Red+Green+Blue) = 37+35+12=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 35 (14.06% from 255 or 41.67% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 37 - color contains mainly: red. Hex color #25230C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25230C is #DADCF3. Grayscale: #212121. Windows color (decimal): -14343412 or 795429. OLE color: 795429.

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

Color convert

RGB 37 35 12 -
CMYK 0 0.05 0.68 0.85
HSL 55.2º 0.51% 0.1% -
HSV(B) 55.2º 0.68% 0.15% -
XYZ 1.43 1.62 0.59 -
YUV 32.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 37 35 12 0 0.05 0.68 0.85 55.2 0.51 0.1
Hex 25 23 C 0 5 44 55 37 33 A
Octal 45 43 14 0 5 104 125 67 63 12
Binary 100101 100011 1100 0 101 1000100 1010101 110111 110011 1010

Color Harmonies of #25230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25230C

Black with #25230C

Text Example


Text Example

White with #25230C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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