Html Css Color HEX #521B68 Scarlet Gum

📋 copy color: '#521B68'

red 82 ◦ green 27 ◦ blue 104

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

Shades of Scarlet Gum #521B68

Tints of Scarlet Gum #521B68

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.68%

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

R = 38.5%
G = 12.68%
B = 48.83%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#521B68 (or 0x521B68) is known color: Scarlet Gum. HEX triplet: 52, 1B and 68. RGB value is (82,27,104). Sum of RGB (Red+Green+Blue) = 82+27+104=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #521B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521B68 is #ADE497. Grayscale: #333333. Windows color (decimal): -11396248 or 6822738. OLE color: 6822738.

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

Color convert

RGB 82 27 104 -
CMYK 0.21 0.74 0 0.59
HSL 282.86º 0.59% 0.26% -
HSV(B) 282.86º 0.74% 0.41% -
XYZ 6.37 3.58 13.45 -
YUV 52.22 157.22 149.24 -
System Red Green Blue C M Y K H S L
Decimal 82 27 104 0.21 0.74 0 0.59 282.86 0.59 0.26
Hex 52 1B 68 15 4A 0 3B 11B 3B 1A
Octal 122 33 150 25 112 0 73 433 73 32
Binary 1010010 11011 1101000 10101 1001010 0 111011 100011011 111011 11010

Color Harmonies of #521B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B68

Black with #521B68

Text Example


Text Example

White with #521B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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