Html Css Color HEX #571966 Scarlet Gum

📋 copy color: '#571966'

red 87 ◦ green 25 ◦ blue 102

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

Shades of Scarlet Gum #571966

Tints of Scarlet Gum #571966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.68%

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

R = 40.65%
G = 11.68%
B = 47.66%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#571966 (or 0x571966) is known color: Scarlet Gum. HEX triplet: 57, 19 and 66. RGB value is (87,25,102). Sum of RGB (Red+Green+Blue) = 87+25+102=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #571966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571966 is #A8E699. Grayscale: #343434. Windows color (decimal): -11069082 or 6691159. OLE color: 6691159.

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

Color convert

RGB 87 25 102 -
CMYK 0.15 0.75 0 0.6
HSL 288.31º 0.61% 0.25% -
HSV(B) 288.31º 0.75% 0.4% -
XYZ 6.68 3.68 12.93 -
YUV 52.32 156.04 152.74 -
System Red Green Blue C M Y K H S L
Decimal 87 25 102 0.15 0.75 0 0.6 288.31 0.61 0.25
Hex 57 19 66 F 4B 0 3C 120 3D 19
Octal 127 31 146 17 113 0 74 440 75 31
Binary 1010111 11001 1100110 1111 1001011 0 111100 100100000 111101 11001

Color Harmonies of #571966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571966

Black with #571966

Text Example


Text Example

White with #571966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571966; }

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

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

background-color css

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

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

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

border-color css

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

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

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