Html Css Color HEX #521367 Scarlet Gum

📋 copy color: '#521367'

red 82 ◦ green 19 ◦ blue 103

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

Shades of Scarlet Gum #521367

Tints of Scarlet Gum #521367

RGB

 RED value IS 82 (32.42% from 255) = 40.2%

 GREEN value IS 19 (7.81% from 255) = 9.31%

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

R = 40.2%
G = 9.31%
B = 50.49%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#521367 (or 0x521367) is known color: Scarlet Gum. HEX triplet: 52, 13 and 67. RGB value is (82,19,103). Sum of RGB (Red+Green+Blue) = 82+19+103=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 19 (7.81% from 255 or 9.31% 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 #521367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521367 is #ADEC98. Grayscale: #2F2F2F. Windows color (decimal): -11398297 or 6755154. OLE color: 6755154.

HSL color Cylindrical-coordinate representation of color #521367: hue angle of 285º degrees, saturation: 0.69, 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 #521367 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 19 103 -
CMYK 0.20 0.82 0 0.60
HSL 285º 0.69% 0.24% -
HSV(B) 285º 0.82% 0.4% -
XYZ 6.16 3.24 13.13 -
YUV 47.41 159.37 152.67 -
System Red Green Blue C M Y K H S L
Decimal 82 19 103 0.20 0.82 0 0.60 285 0.69 0.24
Hex 52 13 67 14 52 0 3C 11D 45 18
Octal 122 23 147 24 122 0 74 435 105 30
Binary 1010010 10011 1100111 10100 1010010 0 111100 100011101 1000101 11000

Color Harmonies of #521367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521367

Black with #521367

Text Example


Text Example

White with #521367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521367; }

 p { color: rgb(82,19,103); }

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

background-color css

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

 a { background-color: rgb(82,19,103); }

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

border-color css

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

 span { border-color: rgb(82,19,103); }

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