Html Css Color HEX #571C66 Scarlet Gum

📋 copy color: '#571C66'

red 87 ◦ green 28 ◦ blue 102

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

Shades of Scarlet Gum #571C66

Tints of Scarlet Gum #571C66

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.9%

 BLUE value IS 102 (40.23% from 255) = 47%

R = 40.09%
G = 12.9%
B = 47%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#571C66 (or 0x571C66) is known color: Scarlet Gum. HEX triplet: 57, 1C and 66. RGB value is (87,28,102). Sum of RGB (Red+Green+Blue) = 87+28+102=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #571C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571C66 is #A8E399. Grayscale: #353535. Windows color (decimal): -11068314 or 6691927. OLE color: 6691927.

HSL color Cylindrical-coordinate representation of color #571C66: hue angle of 287.84º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #571C66 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 87 28 102 -
CMYK 0.15 0.73 0 0.6
HSL 287.84º 0.57% 0.25% -
HSV(B) 287.84º 0.73% 0.4% -
XYZ 6.74 3.82 12.95 -
YUV 54.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 87 28 102 0.15 0.73 0 0.6 287.84 0.57 0.25
Hex 57 1C 66 F 49 0 3C 120 39 19
Octal 127 34 146 17 111 0 74 440 71 31
Binary 1010111 11100 1100110 1111 1001001 0 111100 100100000 111001 11001

Color Harmonies of #571C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C66

Black with #571C66

Text Example


Text Example

White with #571C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,28,102); }

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

background-color css

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

 a { background-color: rgb(87,28,102); }

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

border-color css

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

 span { border-color: rgb(87,28,102); }

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