Html Css Color HEX #52275E Scarlet Gum

📋 copy color: '#52275E'

red 82 ◦ green 39 ◦ blue 94

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

Shades of Scarlet Gum #52275E

Tints of Scarlet Gum #52275E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.14%

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

R = 38.14%
G = 18.14%
B = 43.72%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#52275E (or 0x52275E) is known color: Scarlet Gum. HEX triplet: 52, 27 and 5E. RGB value is (82,39,94). Sum of RGB (Red+Green+Blue) = 82+39+94=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 94 - color contains mainly: blue. Hex color #52275E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52275E is #ADD8A1. Grayscale: #393939. Windows color (decimal): -11393186 or 6170450. OLE color: 6170450.

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

Color convert

RGB 82 39 94 -
CMYK 0.13 0.59 0 0.63
HSL 286.91º 0.41% 0.26% -
HSV(B) 286.91º 0.59% 0.37% -
XYZ 6.23 4.05 11.04 -
YUV 58.13 148.25 145.03 -
System Red Green Blue C M Y K H S L
Decimal 82 39 94 0.13 0.59 0 0.63 286.91 0.41 0.26
Hex 52 27 5E D 3B 0 3F 11F 29 1A
Octal 122 47 136 15 73 0 77 437 51 32
Binary 1010010 100111 1011110 1101 111011 0 111111 100011111 101001 11010

Color Harmonies of #52275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52275E

Black with #52275E

Text Example


Text Example

White with #52275E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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