Html Css Color HEX #572266 Scarlet Gum

📋 copy color: '#572266'

red 87 ◦ green 34 ◦ blue 102

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

Shades of Scarlet Gum #572266

Tints of Scarlet Gum #572266

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.25%

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

R = 39.01%
G = 15.25%
B = 45.74%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#572266 (or 0x572266) is known color: Scarlet Gum. HEX triplet: 57, 22 and 66. RGB value is (87,34,102). Sum of RGB (Red+Green+Blue) = 87+34+102=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #572266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572266 is #A8DD99. Grayscale: #393939. Windows color (decimal): -11066778 or 6693463. OLE color: 6693463.

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

Color convert

RGB 87 34 102 -
CMYK 0.15 0.67 0 0.6
HSL 286.76º 0.5% 0.27% -
HSV(B) 286.76º 0.67% 0.4% -
XYZ 6.9 4.13 13 -
YUV 57.6 153.06 148.97 -
System Red Green Blue C M Y K H S L
Decimal 87 34 102 0.15 0.67 0 0.6 286.76 0.5 0.27
Hex 57 22 66 F 43 0 3C 11F 32 1B
Octal 127 42 146 17 103 0 74 437 62 33
Binary 1010111 100010 1100110 1111 1000011 0 111100 100011111 110010 11011

Color Harmonies of #572266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572266

Black with #572266

Text Example


Text Example

White with #572266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572266; }

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

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

background-color css

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

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

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

border-color css

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

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

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