Html Css Color HEX #25250F Maire

📋 copy color: '#25250F'

red 37 ◦ green 37 ◦ blue 15

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

Shades of Maire #25250F

Tints of Maire #25250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 41.57%

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

R = 41.57%
G = 41.57%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#25250F (or 0x25250F) is known color: Maire. HEX triplet: 25, 25 and 0F. RGB value is (37,37,15). Sum of RGB (Red+Green+Blue) = 37+37+15=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 37 - color contains mainly: red, green. Hex color #25250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25250F is #DADAF0. Grayscale: #222222. Windows color (decimal): -14342897 or 992549. OLE color: 992549.

HSL color Cylindrical-coordinate representation of color #25250F: hue angle of 60º 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 #25250F is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 37 15 -
CMYK 0 0 0.59 0.85
HSL 60º 0.42% 0.1% -
HSV(B) 60º 0.59% 0.15% -
XYZ 1.51 1.75 0.71 -
YUV 34.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 37 37 15 0 0 0.59 0.85 60 0.42 0.1
Hex 25 25 F 0 0 3B 55 3C 2A A
Octal 45 45 17 0 0 73 125 74 52 12
Binary 100101 100101 1111 0 0 111011 1010101 111100 101010 1010

Color Harmonies of #25250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25250F

Black with #25250F

Text Example


Text Example

White with #25250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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