Html Css Color HEX #521868 Scarlet Gum

📋 copy color: '#521868'

red 82 ◦ green 24 ◦ blue 104

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

Shades of Scarlet Gum #521868

Tints of Scarlet Gum #521868

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.43%

 BLUE value IS 104 (41.02% from 255) = 49.52%

R = 39.05%
G = 11.43%
B = 49.52%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#521868 (or 0x521868) is known color: Scarlet Gum. HEX triplet: 52, 18 and 68. RGB value is (82,24,104). Sum of RGB (Red+Green+Blue) = 82+24+104=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #521868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521868 is #ADE797. Grayscale: #323232. Windows color (decimal): -11397016 or 6821970. OLE color: 6821970.

HSL color Cylindrical-coordinate representation of color #521868: hue angle of 283.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #521868 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 24 104 -
CMYK 0.21 0.77 0 0.59
HSL 283.5º 0.63% 0.25% -
HSV(B) 283.5º 0.77% 0.41% -
XYZ 6.31 3.45 13.43 -
YUV 50.46 158.22 150.5 -
System Red Green Blue C M Y K H S L
Decimal 82 24 104 0.21 0.77 0 0.59 283.5 0.63 0.25
Hex 52 18 68 15 4D 0 3B 11C 3E 19
Octal 122 30 150 25 115 0 73 434 76 31
Binary 1010010 11000 1101000 10101 1001101 0 111011 100011100 111110 11001

Color Harmonies of #521868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521868

Black with #521868

Text Example


Text Example

White with #521868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521868; }

 p { color: rgb(82,24,104); }

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

background-color css

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

 a { background-color: rgb(82,24,104); }

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

border-color css

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

 span { border-color: rgb(82,24,104); }

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