Html Css Color HEX #531C6A Scarlet Gum

📋 copy color: '#531C6A'

red 83 ◦ green 28 ◦ blue 106

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

Shades of Scarlet Gum #531C6A

Tints of Scarlet Gum #531C6A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.9%

 BLUE value IS 106 (41.8% from 255) = 48.85%

R = 38.25%
G = 12.9%
B = 48.85%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#531C6A (or 0x531C6A) is known color: Scarlet Gum. HEX triplet: 53, 1C and 6A. RGB value is (83,28,106). Sum of RGB (Red+Green+Blue) = 83+28+106=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #531C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531C6A is #ACE395. Grayscale: #353535. Windows color (decimal): -11330454 or 6954067. OLE color: 6954067.

HSL color Cylindrical-coordinate representation of color #531C6A: hue angle of 282.31º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #531C6A is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 28 106 -
CMYK 0.22 0.74 0 0.58
HSL 282.31º 0.58% 0.26% -
HSV(B) 282.31º 0.74% 0.42% -
XYZ 6.58 3.71 14 -
YUV 53.34 157.72 149.16 -
System Red Green Blue C M Y K H S L
Decimal 83 28 106 0.22 0.74 0 0.58 282.31 0.58 0.26
Hex 53 1C 6A 16 4A 0 3A 11A 3A 1A
Octal 123 34 152 26 112 0 72 432 72 32
Binary 1010011 11100 1101010 10110 1001010 0 111010 100011010 111010 11010

Color Harmonies of #531C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C6A

Black with #531C6A

Text Example


Text Example

White with #531C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531C6A; }

 p { color: rgb(83,28,106); }

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

background-color css

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

 a { background-color: rgb(83,28,106); }

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

border-color css

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

 span { border-color: rgb(83,28,106); }

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