Html Css Color HEX #572365 Scarlet Gum

📋 copy color: '#572365'

red 87 ◦ green 35 ◦ blue 101

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

Shades of Scarlet Gum #572365

Tints of Scarlet Gum #572365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.7%

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

R = 39.01%
G = 15.7%
B = 45.29%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#572365 (or 0x572365) is known color: Scarlet Gum. HEX triplet: 57, 23 and 65. RGB value is (87,35,101). Sum of RGB (Red+Green+Blue) = 87+35+101=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #572365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572365 is #A8DC9A. Grayscale: #393939. Windows color (decimal): -11066523 or 6628183. OLE color: 6628183.

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

Color convert

RGB 87 35 101 -
CMYK 0.14 0.65 0 0.60
HSL 287.27º 0.49% 0.27% -
HSV(B) 287.27º 0.65% 0.4% -
XYZ 6.88 4.17 12.75 -
YUV 58.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 87 35 101 0.14 0.65 0 0.60 287.27 0.49 0.27
Hex 57 23 65 E 41 0 3C 11F 31 1B
Octal 127 43 145 16 101 0 74 437 61 33
Binary 1010111 100011 1100101 1110 1000001 0 111100 100011111 110001 11011

Color Harmonies of #572365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572365

Black with #572365

Text Example


Text Example

White with #572365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572365; }

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

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

background-color css

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

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

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

border-color css

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

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

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