Html Css Color HEX #52385D Scarlet Gum

📋 copy color: '#52385D'

red 82 ◦ green 56 ◦ blue 93

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

Shades of Scarlet Gum #52385D

Tints of Scarlet Gum #52385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.24%

 BLUE value IS 93 (36.72% from 255) = 40.26%

R = 35.5%
G = 24.24%
B = 40.26%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52385D (or 0x52385D) is known color: Scarlet Gum. HEX triplet: 52, 38 and 5D. RGB value is (82,56,93). Sum of RGB (Red+Green+Blue) = 82+56+93=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #52385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52385D is #ADC7A2. Grayscale: #434343. Windows color (decimal): -11388835 or 6109266. OLE color: 6109266.

HSL color Cylindrical-coordinate representation of color #52385D: hue angle of 282.16º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52385D is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 56 93 -
CMYK 0.12 0.40 0 0.64
HSL 282.16º 0.25% 0.29% -
HSV(B) 282.16º 0.4% 0.36% -
XYZ 6.87 5.41 11.04 -
YUV 67.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 82 56 93 0.12 0.40 0 0.64 282.16 0.25 0.29
Hex 52 38 5D C 28 0 40 11A 19 1D
Octal 122 70 135 14 50 0 100 432 31 35
Binary 1010010 111000 1011101 1100 101000 0 1000000 100011010 11001 11101

Color Harmonies of #52385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52385D

Black with #52385D

Text Example


Text Example

White with #52385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52385D; }

 p { color: rgb(82,56,93); }

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

background-color css

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

 a { background-color: rgb(82,56,93); }

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

border-color css

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

 span { border-color: rgb(82,56,93); }

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