Html Css Color HEX #521B6C Scarlet Gum

📋 copy color: '#521B6C'

red 82 ◦ green 27 ◦ blue 108

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

Shades of Scarlet Gum #521B6C

Tints of Scarlet Gum #521B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 49.77%

R = 37.79%
G = 12.44%
B = 49.77%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#521B6C (or 0x521B6C) is known color: Scarlet Gum. HEX triplet: 52, 1B and 6C. RGB value is (82,27,108). Sum of RGB (Red+Green+Blue) = 82+27+108=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #521B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521B6C is #ADE493. Grayscale: #343434. Windows color (decimal): -11396244 or 7084882. OLE color: 7084882.

HSL color Cylindrical-coordinate representation of color #521B6C: hue angle of 280.74º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #521B6C is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 27 108 -
CMYK 0.24 0.75 0 0.58
HSL 280.74º 0.6% 0.26% -
HSV(B) 280.74º 0.75% 0.42% -
XYZ 6.58 3.66 14.55 -
YUV 52.68 159.22 148.91 -
System Red Green Blue C M Y K H S L
Decimal 82 27 108 0.24 0.75 0 0.58 280.74 0.6 0.26
Hex 52 1B 6C 18 4B 0 3A 119 3C 1A
Octal 122 33 154 30 113 0 72 431 74 32
Binary 1010010 11011 1101100 11000 1001011 0 111010 100011001 111100 11010

Color Harmonies of #521B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B6C

Black with #521B6C

Text Example


Text Example

White with #521B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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