Html Css Color HEX #532669 Scarlet Gum

📋 copy color: '#532669'

red 83 ◦ green 38 ◦ blue 105

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

Shades of Scarlet Gum #532669

Tints of Scarlet Gum #532669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.81%

 BLUE value IS 105 (41.41% from 255) = 46.46%

R = 36.73%
G = 16.81%
B = 46.46%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#532669 (or 0x532669) is known color: Scarlet Gum. HEX triplet: 53, 26 and 69. RGB value is (83,38,105). Sum of RGB (Red+Green+Blue) = 83+38+105=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #532669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532669 is #ACD996. Grayscale: #3A3A3A. Windows color (decimal): -11327895 or 6891091. OLE color: 6891091.

HSL color Cylindrical-coordinate representation of color #532669: hue angle of 280.3º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #532669 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 38 105 -
CMYK 0.21 0.64 0 0.59
HSL 280.3º 0.47% 0.28% -
HSV(B) 280.3º 0.64% 0.41% -
XYZ 6.81 4.25 13.83 -
YUV 59.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 83 38 105 0.21 0.64 0 0.59 280.3 0.47 0.28
Hex 53 26 69 15 40 0 3B 118 2F 1C
Octal 123 46 151 25 100 0 73 430 57 34
Binary 1010011 100110 1101001 10101 1000000 0 111011 100011000 101111 11100

Color Harmonies of #532669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532669

Black with #532669

Text Example


Text Example

White with #532669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532669; }

 p { color: rgb(83,38,105); }

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

background-color css

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

 a { background-color: rgb(83,38,105); }

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

border-color css

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

 span { border-color: rgb(83,38,105); }

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