Html Css Color HEX #532366 Scarlet Gum

📋 copy color: '#532366'

red 83 ◦ green 35 ◦ blue 102

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

Shades of Scarlet Gum #532366

Tints of Scarlet Gum #532366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 46.36%

R = 37.73%
G = 15.91%
B = 46.36%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#532366 (or 0x532366) is known color: Scarlet Gum. HEX triplet: 53, 23 and 66. RGB value is (83,35,102). Sum of RGB (Red+Green+Blue) = 83+35+102=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #532366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532366 is #ACDC99. Grayscale: #383838. Windows color (decimal): -11328666 or 6693715. OLE color: 6693715.

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

Color convert

RGB 83 35 102 -
CMYK 0.19 0.66 0 0.6
HSL 282.99º 0.49% 0.27% -
HSV(B) 282.99º 0.66% 0.4% -
XYZ 6.57 4 13 -
YUV 56.99 153.4 146.55 -
System Red Green Blue C M Y K H S L
Decimal 83 35 102 0.19 0.66 0 0.6 282.99 0.49 0.27
Hex 53 23 66 13 42 0 3C 11B 31 1B
Octal 123 43 146 23 102 0 74 433 61 33
Binary 1010011 100011 1100110 10011 1000010 0 111100 100011011 110001 11011

Color Harmonies of #532366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532366

Black with #532366

Text Example


Text Example

White with #532366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532366; }

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

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

background-color css

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

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

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

border-color css

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

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

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