Html Css Color HEX #52405A Scarlet Gum

📋 copy color: '#52405A'

red 82 ◦ green 64 ◦ blue 90

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

Shades of Scarlet Gum #52405A

Tints of Scarlet Gum #52405A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.12%

 BLUE value IS 90 (35.55% from 255) = 38.14%

R = 34.75%
G = 27.12%
B = 38.14%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#52405A (or 0x52405A) is known color: Scarlet Gum. HEX triplet: 52, 40 and 5A. RGB value is (82,64,90). Sum of RGB (Red+Green+Blue) = 82+64+90=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #52405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52405A is #ADBFA5. Grayscale: #484848. Windows color (decimal): -11386790 or 5914706. OLE color: 5914706.

HSL color Cylindrical-coordinate representation of color #52405A: hue angle of 281.54º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #52405A is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 64 90 -
CMYK 0.09 0.29 0 0.65
HSL 281.54º 0.17% 0.3% -
HSV(B) 281.54º 0.29% 0.35% -
XYZ 7.16 6.2 10.49 -
YUV 72.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 82 64 90 0.09 0.29 0 0.65 281.54 0.17 0.3
Hex 52 40 5A 9 1D 0 41 11A 11 1E
Octal 122 100 132 11 35 0 101 432 21 36
Binary 1010010 1000000 1011010 1001 11101 0 1000001 100011010 10001 11110

Color Harmonies of #52405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52405A

Black with #52405A

Text Example


Text Example

White with #52405A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52405A; }

 p { color: rgb(82,64,90); }

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

background-color css

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

 a { background-color: rgb(82,64,90); }

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

border-color css

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

 span { border-color: rgb(82,64,90); }

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