Html Css Color HEX #52285E Scarlet Gum

📋 copy color: '#52285E'

red 82 ◦ green 40 ◦ blue 94

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

Shades of Scarlet Gum #52285E

Tints of Scarlet Gum #52285E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.52%

 BLUE value IS 94 (37.11% from 255) = 43.52%

R = 37.96%
G = 18.52%
B = 43.52%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#52285E (or 0x52285E) is known color: Scarlet Gum. HEX triplet: 52, 28 and 5E. RGB value is (82,40,94). Sum of RGB (Red+Green+Blue) = 82+40+94=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 94 - color contains mainly: blue. Hex color #52285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52285E is #ADD7A1. Grayscale: #3A3A3A. Windows color (decimal): -11392930 or 6170706. OLE color: 6170706.

HSL color Cylindrical-coordinate representation of color #52285E: hue angle of 286.67º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52285E is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 40 94 -
CMYK 0.13 0.57 0 0.63
HSL 286.67º 0.4% 0.26% -
HSV(B) 286.67º 0.57% 0.37% -
XYZ 6.26 4.12 11.05 -
YUV 58.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 82 40 94 0.13 0.57 0 0.63 286.67 0.4 0.26
Hex 52 28 5E D 39 0 3F 11F 28 1A
Octal 122 50 136 15 71 0 77 437 50 32
Binary 1010010 101000 1011110 1101 111001 0 111111 100011111 101000 11010

Color Harmonies of #52285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52285E

Black with #52285E

Text Example


Text Example

White with #52285E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52285E; }

 p { color: rgb(82,40,94); }

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

background-color css

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

 a { background-color: rgb(82,40,94); }

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

border-color css

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

 span { border-color: rgb(82,40,94); }

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