Html Css Color HEX #572866 Scarlet Gum

📋 copy color: '#572866'

red 87 ◦ green 40 ◦ blue 102

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

Shades of Scarlet Gum #572866

Tints of Scarlet Gum #572866

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.47%

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

R = 37.99%
G = 17.47%
B = 44.54%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#572866 (or 0x572866) is known color: Scarlet Gum. HEX triplet: 57, 28 and 66. RGB value is (87,40,102). Sum of RGB (Red+Green+Blue) = 87+40+102=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 102 - color contains mainly: blue. Hex color #572866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572866 is #A8D799. Grayscale: #3C3C3C. Windows color (decimal): -11065242 or 6694999. OLE color: 6694999.

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

Color convert

RGB 87 40 102 -
CMYK 0.15 0.61 0 0.6
HSL 285.48º 0.44% 0.28% -
HSV(B) 285.48º 0.61% 0.4% -
XYZ 7.09 4.5 13.07 -
YUV 61.12 151.07 146.46 -
System Red Green Blue C M Y K H S L
Decimal 87 40 102 0.15 0.61 0 0.6 285.48 0.44 0.28
Hex 57 28 66 F 3D 0 3C 11D 2C 1C
Octal 127 50 146 17 75 0 74 435 54 34
Binary 1010111 101000 1100110 1111 111101 0 111100 100011101 101100 11100

Color Harmonies of #572866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572866

Black with #572866

Text Example


Text Example

White with #572866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572866; }

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

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

background-color css

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

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

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

border-color css

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

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

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