Html Css Color HEX #531567 Scarlet Gum

📋 copy color: '#531567'

red 83 ◦ green 21 ◦ blue 103

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

Shades of Scarlet Gum #531567

Tints of Scarlet Gum #531567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 49.76%

R = 40.1%
G = 10.14%
B = 49.76%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#531567 (or 0x531567) is known color: Scarlet Gum. HEX triplet: 53, 15 and 67. RGB value is (83,21,103). Sum of RGB (Red+Green+Blue) = 83+21+103=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #531567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531567 is #ACEA98. Grayscale: #303030. Windows color (decimal): -11332249 or 6755667. OLE color: 6755667.

HSL color Cylindrical-coordinate representation of color #531567: hue angle of 285.37º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531567 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 21 103 -
CMYK 0.19 0.80 0 0.60
HSL 285.37º 0.66% 0.24% -
HSV(B) 285.37º 0.8% 0.4% -
XYZ 6.28 3.35 13.15 -
YUV 48.89 158.54 152.33 -
System Red Green Blue C M Y K H S L
Decimal 83 21 103 0.19 0.80 0 0.60 285.37 0.66 0.24
Hex 53 15 67 13 50 0 3C 11D 42 18
Octal 123 25 147 23 120 0 74 435 102 30
Binary 1010011 10101 1100111 10011 1010000 0 111100 100011101 1000010 11000

Color Harmonies of #531567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531567

Black with #531567

Text Example


Text Example

White with #531567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531567; }

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

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

background-color css

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

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

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

border-color css

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

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

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