Html Css Color HEX #523261 Scarlet Gum

📋 copy color: '#523261'

red 82 ◦ green 50 ◦ blue 97

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

Shades of Scarlet Gum #523261

Tints of Scarlet Gum #523261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.83%

 BLUE value IS 97 (38.28% from 255) = 42.36%

R = 35.81%
G = 21.83%
B = 42.36%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#523261 (or 0x523261) is known color: Scarlet Gum. HEX triplet: 52, 32 and 61. RGB value is (82,50,97). Sum of RGB (Red+Green+Blue) = 82+50+97=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #523261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523261 is #ADCD9E. Grayscale: #404040. Windows color (decimal): -11390367 or 6369874. OLE color: 6369874.

HSL color Cylindrical-coordinate representation of color #523261: hue angle of 280.85º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #523261 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 50 97 -
CMYK 0.15 0.48 0 0.62
HSL 280.85º 0.32% 0.29% -
HSV(B) 280.85º 0.48% 0.38% -
XYZ 6.78 4.94 11.91 -
YUV 64.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 82 50 97 0.15 0.48 0 0.62 280.85 0.32 0.29
Hex 52 32 61 F 30 0 3E 119 20 1D
Octal 122 62 141 17 60 0 76 431 40 35
Binary 1010010 110010 1100001 1111 110000 0 111110 100011001 100000 11101

Color Harmonies of #523261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523261

Black with #523261

Text Example


Text Example

White with #523261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523261; }

 p { color: rgb(82,50,97); }

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

background-color css

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

 a { background-color: rgb(82,50,97); }

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

border-color css

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

 span { border-color: rgb(82,50,97); }

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