Html Css Color HEX #532762 Scarlet Gum

📋 copy color: '#532762'

red 83 ◦ green 39 ◦ blue 98

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

Shades of Scarlet Gum #532762

Tints of Scarlet Gum #532762

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.73%

 BLUE value IS 98 (38.67% from 255) = 44.55%

R = 37.73%
G = 17.73%
B = 44.55%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#532762 (or 0x532762) is known color: Scarlet Gum. HEX triplet: 53, 27 and 62. RGB value is (83,39,98). Sum of RGB (Red+Green+Blue) = 83+39+98=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #532762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532762 is #ACD89D. Grayscale: #3A3A3A. Windows color (decimal): -11327646 or 6432595. OLE color: 6432595.

HSL color Cylindrical-coordinate representation of color #532762: hue angle of 284.75º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532762 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 39 98 -
CMYK 0.15 0.60 0 0.62
HSL 284.75º 0.43% 0.27% -
HSV(B) 284.75º 0.6% 0.38% -
XYZ 6.5 4.17 12.02 -
YUV 58.88 150.08 145.2 -
System Red Green Blue C M Y K H S L
Decimal 83 39 98 0.15 0.60 0 0.62 284.75 0.43 0.27
Hex 53 27 62 F 3C 0 3E 11D 2B 1B
Octal 123 47 142 17 74 0 76 435 53 33
Binary 1010011 100111 1100010 1111 111100 0 111110 100011101 101011 11011

Color Harmonies of #532762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532762

Black with #532762

Text Example


Text Example

White with #532762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532762; }

 p { color: rgb(83,39,98); }

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

background-color css

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

 a { background-color: rgb(83,39,98); }

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

border-color css

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

 span { border-color: rgb(83,39,98); }

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