Html Css Color HEX #531266 Scarlet Gum

📋 copy color: '#531266'

red 83 ◦ green 18 ◦ blue 102

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

Shades of Scarlet Gum #531266

Tints of Scarlet Gum #531266

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

 BLUE value IS 102 (40.23% from 255) = 50.25%

R = 40.89%
G = 8.87%
B = 50.25%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#531266 (or 0x531266) is known color: Scarlet Gum. HEX triplet: 53, 12 and 66. RGB value is (83,18,102). Sum of RGB (Red+Green+Blue) = 83+18+102=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #531266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531266 is #ACED99. Grayscale: #2E2E2E. Windows color (decimal): -11333018 or 6689363. OLE color: 6689363.

HSL color Cylindrical-coordinate representation of color #531266: hue angle of 286.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #531266 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 18 102 -
CMYK 0.19 0.82 0 0.6
HSL 286.43º 0.7% 0.24% -
HSV(B) 286.43º 0.82% 0.4% -
XYZ 6.18 3.23 12.87 -
YUV 47.01 159.03 153.67 -
System Red Green Blue C M Y K H S L
Decimal 83 18 102 0.19 0.82 0 0.6 286.43 0.7 0.24
Hex 53 12 66 13 52 0 3C 11E 46 18
Octal 123 22 146 23 122 0 74 436 106 30
Binary 1010011 10010 1100110 10011 1010010 0 111100 100011110 1000110 11000

Color Harmonies of #531266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531266

Black with #531266

Text Example


Text Example

White with #531266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531266; }

 p { color: rgb(83,18,102); }

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

background-color css

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

 a { background-color: rgb(83,18,102); }

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

border-color css

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

 span { border-color: rgb(83,18,102); }

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