Html Css Color HEX #521A67 Scarlet Gum

📋 copy color: '#521A67'

red 82 ◦ green 26 ◦ blue 103

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

Shades of Scarlet Gum #521A67

Tints of Scarlet Gum #521A67

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.32%

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

R = 38.86%
G = 12.32%
B = 48.82%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#521A67 (or 0x521A67) is known color: Scarlet Gum. HEX triplet: 52, 1A and 67. RGB value is (82,26,103). Sum of RGB (Red+Green+Blue) = 82+26+103=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #521A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521A67 is #ADE598. Grayscale: #333333. Windows color (decimal): -11396505 or 6756946. OLE color: 6756946.

HSL color Cylindrical-coordinate representation of color #521A67: hue angle of 283.64º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #521A67 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 26 103 -
CMYK 0.20 0.75 0 0.60
HSL 283.64º 0.6% 0.25% -
HSV(B) 283.64º 0.75% 0.4% -
XYZ 6.3 3.51 13.18 -
YUV 51.52 157.05 149.74 -
System Red Green Blue C M Y K H S L
Decimal 82 26 103 0.20 0.75 0 0.60 283.64 0.6 0.25
Hex 52 1A 67 14 4B 0 3C 11C 3C 19
Octal 122 32 147 24 113 0 74 434 74 31
Binary 1010010 11010 1100111 10100 1001011 0 111100 100011100 111100 11001

Color Harmonies of #521A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A67

Black with #521A67

Text Example


Text Example

White with #521A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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