Html Css Color HEX #531166 Scarlet Gum

📋 copy color: '#531166'

red 83 ◦ green 17 ◦ blue 102

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

Shades of Scarlet Gum #531166

Tints of Scarlet Gum #531166

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.42%

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

R = 41.09%
G = 8.42%
B = 50.5%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#531166 (or 0x531166) is known color: Scarlet Gum. HEX triplet: 53, 11 and 66. RGB value is (83,17,102). Sum of RGB (Red+Green+Blue) = 83+17+102=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #531166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531166 is #ACEE99. Grayscale: #2E2E2E. Windows color (decimal): -11333274 or 6689107. OLE color: 6689107.

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

Color convert

RGB 83 17 102 -
CMYK 0.19 0.83 0 0.6
HSL 286.59º 0.71% 0.23% -
HSV(B) 286.59º 0.83% 0.4% -
XYZ 6.17 3.2 12.86 -
YUV 46.42 159.37 154.09 -
System Red Green Blue C M Y K H S L
Decimal 83 17 102 0.19 0.83 0 0.6 286.59 0.71 0.23
Hex 53 11 66 13 53 0 3C 11F 47 17
Octal 123 21 146 23 123 0 74 437 107 27
Binary 1010011 10001 1100110 10011 1010011 0 111100 100011111 1000111 10111

Color Harmonies of #531166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531166

Black with #531166

Text Example


Text Example

White with #531166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531166; }

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

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

background-color css

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

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

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

border-color css

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

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

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