Html Css Color HEX #531167 Scarlet Gum

📋 copy color: '#531167'

red 83 ◦ green 17 ◦ blue 103

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

Shades of Scarlet Gum #531167

Tints of Scarlet Gum #531167

RGB

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

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

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

R = 40.89%
G = 8.37%
B = 50.74%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#531167 (or 0x531167) is known color: Scarlet Gum. HEX triplet: 53, 11 and 67. RGB value is (83,17,103). Sum of RGB (Red+Green+Blue) = 83+17+103=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #531167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531167 is #ACEE98. Grayscale: #2E2E2E. Windows color (decimal): -11333273 or 6754643. OLE color: 6754643.

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

Color convert

RGB 83 17 103 -
CMYK 0.19 0.83 0 0.60
HSL 286.05º 0.72% 0.24% -
HSV(B) 286.05º 0.83% 0.4% -
XYZ 6.22 3.22 13.13 -
YUV 46.54 159.87 154.01 -
System Red Green Blue C M Y K H S L
Decimal 83 17 103 0.19 0.83 0 0.60 286.05 0.72 0.24
Hex 53 11 67 13 53 0 3C 11E 48 18
Octal 123 21 147 23 123 0 74 436 110 30
Binary 1010011 10001 1100111 10011 1010011 0 111100 100011110 1001000 11000

Color Harmonies of #531167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531167

Black with #531167

Text Example


Text Example

White with #531167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531167; }

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

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

background-color css

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

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

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

border-color css

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

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

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