Html Css Color HEX #531066 Scarlet Gum

📋 copy color: '#531066'

red 83 ◦ green 16 ◦ blue 102

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

Shades of Scarlet Gum #531066

Tints of Scarlet Gum #531066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.96%

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

R = 41.29%
G = 7.96%
B = 50.75%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#531066 (or 0x531066) is known color: Scarlet Gum. HEX triplet: 53, 10 and 66. RGB value is (83,16,102). Sum of RGB (Red+Green+Blue) = 83+16+102=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #531066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531066 is #ACEF99. Grayscale: #2D2D2D. Windows color (decimal): -11333530 or 6688851. OLE color: 6688851.

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

Color convert

RGB 83 16 102 -
CMYK 0.19 0.84 0 0.6
HSL 286.74º 0.73% 0.23% -
HSV(B) 286.74º 0.84% 0.4% -
XYZ 6.15 3.17 12.86 -
YUV 45.84 159.7 154.51 -
System Red Green Blue C M Y K H S L
Decimal 83 16 102 0.19 0.84 0 0.6 286.74 0.73 0.23
Hex 53 10 66 13 54 0 3C 11F 49 17
Octal 123 20 146 23 124 0 74 437 111 27
Binary 1010011 10000 1100110 10011 1010100 0 111100 100011111 1001001 10111

Color Harmonies of #531066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531066

Black with #531066

Text Example


Text Example

White with #531066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531066; }

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

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

background-color css

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

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

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

border-color css

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

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

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