Html Css Color HEX #532966 Scarlet Gum

📋 copy color: '#532966'

red 83 ◦ green 41 ◦ blue 102

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

Shades of Scarlet Gum #532966

Tints of Scarlet Gum #532966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.14%

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

R = 36.73%
G = 18.14%
B = 45.13%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#532966 (or 0x532966) is known color: Scarlet Gum. HEX triplet: 53, 29 and 66. RGB value is (83,41,102). Sum of RGB (Red+Green+Blue) = 83+41+102=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #532966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532966 is #ACD699. Grayscale: #3C3C3C. Windows color (decimal): -11327130 or 6695251. OLE color: 6695251.

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

Color convert

RGB 83 41 102 -
CMYK 0.19 0.60 0 0.6
HSL 281.31º 0.43% 0.28% -
HSV(B) 281.31º 0.6% 0.4% -
XYZ 6.76 4.38 13.06 -
YUV 60.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 83 41 102 0.19 0.60 0 0.6 281.31 0.43 0.28
Hex 53 29 66 13 3C 0 3C 119 2B 1C
Octal 123 51 146 23 74 0 74 431 53 34
Binary 1010011 101001 1100110 10011 111100 0 111100 100011001 101011 11100

Color Harmonies of #532966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532966

Black with #532966

Text Example


Text Example

White with #532966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532966; }

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

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

background-color css

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

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

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

border-color css

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

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

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