Html Css Color HEX #532862 Scarlet Gum

📋 copy color: '#532862'

red 83 ◦ green 40 ◦ blue 98

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

Shades of Scarlet Gum #532862

Tints of Scarlet Gum #532862

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.1%

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

R = 37.56%
G = 18.1%
B = 44.34%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#532862 (or 0x532862) is known color: Scarlet Gum. HEX triplet: 53, 28 and 62. RGB value is (83,40,98). Sum of RGB (Red+Green+Blue) = 83+40+98=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #532862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532862 is #ACD79D. Grayscale: #3B3B3B. Windows color (decimal): -11327390 or 6432851. OLE color: 6432851.

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

Color convert

RGB 83 40 98 -
CMYK 0.15 0.59 0 0.62
HSL 284.48º 0.42% 0.27% -
HSV(B) 284.48º 0.59% 0.38% -
XYZ 6.53 4.24 12.03 -
YUV 59.47 149.75 144.78 -
System Red Green Blue C M Y K H S L
Decimal 83 40 98 0.15 0.59 0 0.62 284.48 0.42 0.27
Hex 53 28 62 F 3B 0 3E 11C 2A 1B
Octal 123 50 142 17 73 0 76 434 52 33
Binary 1010011 101000 1100010 1111 111011 0 111110 100011100 101010 11011

Color Harmonies of #532862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532862

Black with #532862

Text Example


Text Example

White with #532862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532862; }

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

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

background-color css

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

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

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

border-color css

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

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

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