Html Css Color HEX #532165 Scarlet Gum

📋 copy color: '#532165'

red 83 ◦ green 33 ◦ blue 101

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

Shades of Scarlet Gum #532165

Tints of Scarlet Gum #532165

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.21%

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

R = 38.25%
G = 15.21%
B = 46.54%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#532165 (or 0x532165) is known color: Scarlet Gum. HEX triplet: 53, 21 and 65. RGB value is (83,33,101). Sum of RGB (Red+Green+Blue) = 83+33+101=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #532165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532165 is #ACDE9A. Grayscale: #373737. Windows color (decimal): -11329179 or 6627667. OLE color: 6627667.

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

Color convert

RGB 83 33 101 -
CMYK 0.18 0.67 0 0.60
HSL 284.12º 0.51% 0.26% -
HSV(B) 284.12º 0.67% 0.4% -
XYZ 6.46 3.87 12.72 -
YUV 55.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 83 33 101 0.18 0.67 0 0.60 284.12 0.51 0.26
Hex 53 21 65 12 43 0 3C 11C 33 1A
Octal 123 41 145 22 103 0 74 434 63 32
Binary 1010011 100001 1100101 10010 1000011 0 111100 100011100 110011 11010

Color Harmonies of #532165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532165

Black with #532165

Text Example


Text Example

White with #532165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532165; }

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

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

background-color css

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

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

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

border-color css

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

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

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