Html Css Color HEX #531C6C Scarlet Gum

📋 copy color: '#531C6C'

red 83 ◦ green 28 ◦ blue 108

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

Shades of Scarlet Gum #531C6C

Tints of Scarlet Gum #531C6C

RGB

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

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

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

R = 37.9%
G = 12.79%
B = 49.32%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#531C6C (or 0x531C6C) is known color: Scarlet Gum. HEX triplet: 53, 1C and 6C. RGB value is (83,28,108). Sum of RGB (Red+Green+Blue) = 83+28+108=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #531C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531C6C is #ACE393. Grayscale: #353535. Windows color (decimal): -11330452 or 7085139. OLE color: 7085139.

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

Color convert

RGB 83 28 108 -
CMYK 0.23 0.74 0 0.58
HSL 281.25º 0.59% 0.27% -
HSV(B) 281.25º 0.74% 0.42% -
XYZ 6.69 3.75 14.56 -
YUV 53.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 83 28 108 0.23 0.74 0 0.58 281.25 0.59 0.27
Hex 53 1C 6C 17 4A 0 3A 119 3B 1B
Octal 123 34 154 27 112 0 72 431 73 33
Binary 1010011 11100 1101100 10111 1001010 0 111010 100011001 111011 11011

Color Harmonies of #531C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C6C

Black with #531C6C

Text Example


Text Example

White with #531C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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