Html Css Color HEX #52345D Scarlet Gum

📋 copy color: '#52345D'

red 82 ◦ green 52 ◦ blue 93

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

Shades of Scarlet Gum #52345D

Tints of Scarlet Gum #52345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.91%

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

R = 36.12%
G = 22.91%
B = 40.97%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52345D (or 0x52345D) is known color: Scarlet Gum. HEX triplet: 52, 34 and 5D. RGB value is (82,52,93). Sum of RGB (Red+Green+Blue) = 82+52+93=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #52345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52345D is #ADCBA2. Grayscale: #414141. Windows color (decimal): -11389859 or 6108242. OLE color: 6108242.

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

Color convert

RGB 82 52 93 -
CMYK 0.12 0.44 0 0.64
HSL 283.9º 0.28% 0.28% -
HSV(B) 283.9º 0.44% 0.36% -
XYZ 6.68 5.04 10.98 -
YUV 65.64 143.44 139.67 -
System Red Green Blue C M Y K H S L
Decimal 82 52 93 0.12 0.44 0 0.64 283.9 0.28 0.28
Hex 52 34 5D C 2C 0 40 11C 1C 1C
Octal 122 64 135 14 54 0 100 434 34 34
Binary 1010010 110100 1011101 1100 101100 0 1000000 100011100 11100 11100

Color Harmonies of #52345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52345D

Black with #52345D

Text Example


Text Example

White with #52345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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