Html Css Color HEX #57253F Pompadour

📋 copy color: '#57253F'

red 87 ◦ green 37 ◦ blue 63

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

Shades of Pompadour #57253F

Tints of Pompadour #57253F

RGB

 RED value IS 87 (34.38% from 255) = 46.52%

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

 BLUE value IS 63 (25% from 255) = 33.69%

R = 46.52%
G = 19.79%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57253F (or 0x57253F) is known color: Pompadour. HEX triplet: 57, 25 and 3F. RGB value is (87,37,63). Sum of RGB (Red+Green+Blue) = 87+37+63=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #57253F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57253F is #A8DAC0. Grayscale: #363636. Windows color (decimal): -11066049 or 4138327. OLE color: 4138327.

HSL color Cylindrical-coordinate representation of color #57253F: hue angle of 328.8º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57253F is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 37 63 -
CMYK 0 0.57 0.28 0.66
HSL 328.8º 0.4% 0.24% -
HSV(B) 328.8º 0.57% 0.34% -
XYZ 5.49 3.71 5.13 -
YUV 54.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 87 37 63 0 0.57 0.28 0.66 328.8 0.4 0.24
Hex 57 25 3F 0 39 1C 42 149 28 18
Octal 127 45 77 0 71 34 102 511 50 30
Binary 1010111 100101 111111 0 111001 11100 1000010 101001001 101000 11000

Color Harmonies of #57253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57253F

Black with #57253F

Text Example


Text Example

White with #57253F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,37,63); }

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

background-color css

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

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

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

border-color css

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

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

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