Html Css Color HEX #532365 Scarlet Gum

📋 copy color: '#532365'

red 83 ◦ green 35 ◦ blue 101

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

Shades of Scarlet Gum #532365

Tints of Scarlet Gum #532365

RGB

 RED value IS 83 (32.81% from 255) = 37.9%

 GREEN value IS 35 (14.06% from 255) = 15.98%

 BLUE value IS 101 (39.84% from 255) = 46.12%

R = 37.9%
G = 15.98%
B = 46.12%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#532365 (or 0x532365) is known color: Scarlet Gum. HEX triplet: 53, 23 and 65. RGB value is (83,35,101). Sum of RGB (Red+Green+Blue) = 83+35+101=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #532365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532365 is #ACDC9A. Grayscale: #383838. Windows color (decimal): -11328667 or 6628179. OLE color: 6628179.

HSL color Cylindrical-coordinate representation of color #532365: hue angle of 283.64º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #532365 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 35 101 -
CMYK 0.18 0.65 0 0.60
HSL 283.64º 0.49% 0.27% -
HSV(B) 283.64º 0.65% 0.4% -
XYZ 6.52 3.98 12.74 -
YUV 56.88 152.9 146.63 -
System Red Green Blue C M Y K H S L
Decimal 83 35 101 0.18 0.65 0 0.60 283.64 0.49 0.27
Hex 53 23 65 12 41 0 3C 11C 31 1B
Octal 123 43 145 22 101 0 74 434 61 33
Binary 1010011 100011 1100101 10010 1000001 0 111100 100011100 110001 11011

Color Harmonies of #532365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532365

Black with #532365

Text Example


Text Example

White with #532365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532365; }

 p { color: rgb(83,35,101); }

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

background-color css

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

 a { background-color: rgb(83,35,101); }

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

border-color css

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

 span { border-color: rgb(83,35,101); }

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