Html Css Color HEX #533360 Scarlet Gum

📋 copy color: '#533360'

red 83 ◦ green 51 ◦ blue 96

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

Shades of Scarlet Gum #533360

Tints of Scarlet Gum #533360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.17%

 BLUE value IS 96 (37.89% from 255) = 41.74%

R = 36.09%
G = 22.17%
B = 41.74%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#533360 (or 0x533360) is known color: Scarlet Gum. HEX triplet: 53, 33 and 60. RGB value is (83,51,96). Sum of RGB (Red+Green+Blue) = 83+51+96=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #533360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533360 is #ACCC9F. Grayscale: #414141. Windows color (decimal): -11324576 or 6304595. OLE color: 6304595.

HSL color Cylindrical-coordinate representation of color #533360: hue angle of 282.67º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #533360 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 51 96 -
CMYK 0.14 0.47 0 0.62
HSL 282.67º 0.31% 0.29% -
HSV(B) 282.67º 0.47% 0.38% -
XYZ 6.86 5.05 11.68 -
YUV 65.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 83 51 96 0.14 0.47 0 0.62 282.67 0.31 0.29
Hex 53 33 60 E 2F 0 3E 11B 1F 1D
Octal 123 63 140 16 57 0 76 433 37 35
Binary 1010011 110011 1100000 1110 101111 0 111110 100011011 11111 11101

Color Harmonies of #533360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533360

Black with #533360

Text Example


Text Example

White with #533360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533360; }

 p { color: rgb(83,51,96); }

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

background-color css

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

 a { background-color: rgb(83,51,96); }

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

border-color css

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

 span { border-color: rgb(83,51,96); }

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