Html Css Color HEX #571641 Pompadour

📋 copy color: '#571641'

red 87 ◦ green 22 ◦ blue 65

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

Shades of Pompadour #571641

Tints of Pompadour #571641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.64%

 BLUE value IS 65 (25.78% from 255) = 37.36%

R = 50%
G = 12.64%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#571641 (or 0x571641) is known color: Pompadour. HEX triplet: 57, 16 and 41. RGB value is (87,22,65). Sum of RGB (Red+Green+Blue) = 87+22+65=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #571641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571641 is #A8E9BE. Grayscale: #2E2E2E. Windows color (decimal): -11069887 or 4265559. OLE color: 4265559.

HSL color Cylindrical-coordinate representation of color #571641: hue angle of 320.31º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #571641 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 22 65 -
CMYK 0 0.75 0.25 0.66
HSL 320.31º 0.6% 0.21% -
HSV(B) 320.31º 0.75% 0.34% -
XYZ 5.17 2.98 5.3 -
YUV 46.34 138.53 157 -
System Red Green Blue C M Y K H S L
Decimal 87 22 65 0 0.75 0.25 0.66 320.31 0.6 0.21
Hex 57 16 41 0 4B 19 42 140 3C 15
Octal 127 26 101 0 113 31 102 500 74 25
Binary 1010111 10110 1000001 0 1001011 11001 1000010 101000000 111100 10101

Color Harmonies of #571641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571641

Black with #571641

Text Example


Text Example

White with #571641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571641; }

 p { color: rgb(87,22,65); }

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

background-color css

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

 a { background-color: rgb(87,22,65); }

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

border-color css

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

 span { border-color: rgb(87,22,65); }

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