Html Css Color HEX #53156C Scarlet Gum

📋 copy color: '#53156C'

red 83 ◦ green 21 ◦ blue 108

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

Shades of Scarlet Gum #53156C

Tints of Scarlet Gum #53156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.91%

 BLUE value IS 108 (42.58% from 255) = 50.94%

R = 39.15%
G = 9.91%
B = 50.94%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53156C (or 0x53156C) is known color: Scarlet Gum. HEX triplet: 53, 15 and 6C. RGB value is (83,21,108). Sum of RGB (Red+Green+Blue) = 83+21+108=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #53156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53156C is #ACEA93. Grayscale: #313131. Windows color (decimal): -11332244 or 7083347. OLE color: 7083347.

HSL color Cylindrical-coordinate representation of color #53156C: hue angle of 282.76º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53156C is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 21 108 -
CMYK 0.23 0.81 0 0.58
HSL 282.76º 0.67% 0.25% -
HSV(B) 282.76º 0.81% 0.42% -
XYZ 6.54 3.46 14.51 -
YUV 49.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 83 21 108 0.23 0.81 0 0.58 282.76 0.67 0.25
Hex 53 15 6C 17 51 0 3A 11B 43 19
Octal 123 25 154 27 121 0 72 433 103 31
Binary 1010011 10101 1101100 10111 1010001 0 111010 100011011 1000011 11001

Color Harmonies of #53156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53156C

Black with #53156C

Text Example


Text Example

White with #53156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53156C; }

 p { color: rgb(83,21,108); }

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

background-color css

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

 a { background-color: rgb(83,21,108); }

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

border-color css

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

 span { border-color: rgb(83,21,108); }

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