Html Css Color HEX #57233F Pompadour

📋 copy color: '#57233F'

red 87 ◦ green 35 ◦ blue 63

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

Shades of Pompadour #57233F

Tints of Pompadour #57233F

RGB

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

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

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

R = 47.03%
G = 18.92%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57233F (or 0x57233F) is known color: Pompadour. HEX triplet: 57, 23 and 3F. RGB value is (87,35,63). Sum of RGB (Red+Green+Blue) = 87+35+63=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #57233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57233F is #A8DCC0. Grayscale: #353535. Windows color (decimal): -11066561 or 4137815. OLE color: 4137815.

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

Color convert

RGB 87 35 63 -
CMYK 0 0.60 0.28 0.66
HSL 327.69º 0.43% 0.24% -
HSV(B) 327.69º 0.6% 0.34% -
XYZ 5.43 3.59 5.11 -
YUV 53.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 87 35 63 0 0.60 0.28 0.66 327.69 0.43 0.24
Hex 57 23 3F 0 3C 1C 42 148 2B 18
Octal 127 43 77 0 74 34 102 510 53 30
Binary 1010111 100011 111111 0 111100 11100 1000010 101001000 101011 11000

Color Harmonies of #57233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57233F

Black with #57233F

Text Example


Text Example

White with #57233F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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