Html Css Color HEX #572565 Scarlet Gum

📋 copy color: '#572565'

red 87 ◦ green 37 ◦ blue 101

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

Shades of Scarlet Gum #572565

Tints of Scarlet Gum #572565

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.44%

 BLUE value IS 101 (39.84% from 255) = 44.89%

R = 38.67%
G = 16.44%
B = 44.89%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#572565 (or 0x572565) is known color: Scarlet Gum. HEX triplet: 57, 25 and 65. RGB value is (87,37,101). Sum of RGB (Red+Green+Blue) = 87+37+101=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #572565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572565 is #A8DA9A. Grayscale: #3B3B3B. Windows color (decimal): -11066011 or 6628695. OLE color: 6628695.

HSL color Cylindrical-coordinate representation of color #572565: hue angle of 286.88º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #572565 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 87 37 101 -
CMYK 0.14 0.63 0 0.60
HSL 286.88º 0.46% 0.27% -
HSV(B) 286.88º 0.63% 0.4% -
XYZ 6.94 4.29 12.77 -
YUV 59.25 151.57 147.8 -
System Red Green Blue C M Y K H S L
Decimal 87 37 101 0.14 0.63 0 0.60 286.88 0.46 0.27
Hex 57 25 65 E 3F 0 3C 11F 2E 1B
Octal 127 45 145 16 77 0 74 437 56 33
Binary 1010111 100101 1100101 1110 111111 0 111100 100011111 101110 11011

Color Harmonies of #572565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572565

Black with #572565

Text Example


Text Example

White with #572565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572565; }

 p { color: rgb(87,37,101); }

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

background-color css

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

 a { background-color: rgb(87,37,101); }

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

border-color css

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

 span { border-color: rgb(87,37,101); }

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