Html Css Color HEX #572265 Scarlet Gum

📋 copy color: '#572265'

red 87 ◦ green 34 ◦ blue 101

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

Shades of Scarlet Gum #572265

Tints of Scarlet Gum #572265

RGB

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

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

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

R = 39.19%
G = 15.32%
B = 45.5%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#572265 (or 0x572265) is known color: Scarlet Gum. HEX triplet: 57, 22 and 65. RGB value is (87,34,101). Sum of RGB (Red+Green+Blue) = 87+34+101=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #572265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572265 is #A8DD9A. Grayscale: #393939. Windows color (decimal): -11066779 or 6627927. OLE color: 6627927.

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

Color convert

RGB 87 34 101 -
CMYK 0.14 0.66 0 0.60
HSL 287.46º 0.5% 0.26% -
HSV(B) 287.46º 0.66% 0.4% -
XYZ 6.85 4.11 12.74 -
YUV 57.49 152.56 149.05 -
System Red Green Blue C M Y K H S L
Decimal 87 34 101 0.14 0.66 0 0.60 287.46 0.5 0.26
Hex 57 22 65 E 42 0 3C 11F 32 1A
Octal 127 42 145 16 102 0 74 437 62 32
Binary 1010111 100010 1100101 1110 1000010 0 111100 100011111 110010 11010

Color Harmonies of #572265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572265

Black with #572265

Text Example


Text Example

White with #572265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572265; }

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

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

background-color css

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

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

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

border-color css

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

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

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