Html Css Color HEX #532360 Scarlet Gum

📋 copy color: '#532360'

red 83 ◦ green 35 ◦ blue 96

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

Shades of Scarlet Gum #532360

Tints of Scarlet Gum #532360

RGB

 RED value IS 83 (32.81% from 255) = 38.79%

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

 BLUE value IS 96 (37.89% from 255) = 44.86%

R = 38.79%
G = 16.36%
B = 44.86%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#532360 (or 0x532360) is known color: Scarlet Gum. HEX triplet: 53, 23 and 60. RGB value is (83,35,96). Sum of RGB (Red+Green+Blue) = 83+35+96=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #532360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532360 is #ACDC9F. Grayscale: #383838. Windows color (decimal): -11328672 or 6300499. OLE color: 6300499.

HSL color Cylindrical-coordinate representation of color #532360: hue angle of 287.21º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #532360 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 35 96 -
CMYK 0.14 0.64 0 0.62
HSL 287.21º 0.47% 0.26% -
HSV(B) 287.21º 0.64% 0.38% -
XYZ 6.28 3.89 11.49 -
YUV 56.31 150.4 147.04 -
System Red Green Blue C M Y K H S L
Decimal 83 35 96 0.14 0.64 0 0.62 287.21 0.47 0.26
Hex 53 23 60 E 40 0 3E 11F 2F 1A
Octal 123 43 140 16 100 0 76 437 57 32
Binary 1010011 100011 1100000 1110 1000000 0 111110 100011111 101111 11010

Color Harmonies of #532360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532360

Black with #532360

Text Example


Text Example

White with #532360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532360; }

 p { color: rgb(83,35,96); }

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

background-color css

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

 a { background-color: rgb(83,35,96); }

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

border-color css

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

 span { border-color: rgb(83,35,96); }

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