Html Css Color HEX #531267 Scarlet Gum

📋 copy color: '#531267'

red 83 ◦ green 18 ◦ blue 103

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

Shades of Scarlet Gum #531267

Tints of Scarlet Gum #531267

RGB

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

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

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

R = 40.69%
G = 8.82%
B = 50.49%

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

#531267 (or 0x531267) is known color: Scarlet Gum. HEX triplet: 53, 12 and 67. RGB value is (83,18,103). Sum of RGB (Red+Green+Blue) = 83+18+103=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #531267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531267 is #ACED98. Grayscale: #2E2E2E. Windows color (decimal): -11333017 or 6754899. OLE color: 6754899.

HSL color Cylindrical-coordinate representation of color #531267: hue angle of 285.88º degrees, saturation: 0.7, 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 #531267 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 18 103 -
CMYK 0.19 0.83 0 0.60
HSL 285.88º 0.7% 0.24% -
HSV(B) 285.88º 0.83% 0.4% -
XYZ 6.23 3.25 13.13 -
YUV 47.13 159.53 153.59 -
System Red Green Blue C M Y K H S L
Decimal 83 18 103 0.19 0.83 0 0.60 285.88 0.7 0.24
Hex 53 12 67 13 53 0 3C 11E 46 18
Octal 123 22 147 23 123 0 74 436 106 30
Binary 1010011 10010 1100111 10011 1010011 0 111100 100011110 1000110 11000

Color Harmonies of #531267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531267

Black with #531267

Text Example


Text Example

White with #531267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531267; }

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

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

background-color css

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

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

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

border-color css

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

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

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