Html Css Color HEX #571F3F Pompadour

📋 copy color: '#571F3F'

red 87 ◦ green 31 ◦ blue 63

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

Shades of Pompadour #571F3F

Tints of Pompadour #571F3F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.13%

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

R = 48.07%
G = 17.13%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#571F3F (or 0x571F3F) is known color: Pompadour. HEX triplet: 57, 1F and 3F. RGB value is (87,31,63). Sum of RGB (Red+Green+Blue) = 87+31+63=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #571F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F3F is #A8E0C0. Grayscale: #333333. Windows color (decimal): -11067585 or 4136791. OLE color: 4136791.

HSL color Cylindrical-coordinate representation of color #571F3F: hue angle of 325.71º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #571F3F is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 31 63 -
CMYK 0 0.64 0.28 0.66
HSL 325.71º 0.47% 0.23% -
HSV(B) 325.71º 0.64% 0.34% -
XYZ 5.32 3.37 5.07 -
YUV 51.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 87 31 63 0 0.64 0.28 0.66 325.71 0.47 0.23
Hex 57 1F 3F 0 40 1C 42 146 2F 17
Octal 127 37 77 0 100 34 102 506 57 27
Binary 1010111 11111 111111 0 1000000 11100 1000010 101000110 101111 10111

Color Harmonies of #571F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571F3F

Black with #571F3F

Text Example


Text Example

White with #571F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571F3F; }

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

 H1.HeaderClassName
 {
   color: #571F3F;
 }
 .AnyTagClassName
 {
   color: #571F3F;
 }
</style>

background-color css

<style>
 a { background-color: #571F3F; }

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

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

border-color css

<style>
 span { border-color: #571F3F; }

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

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