#533461

Color #533461 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #533461

Tints of Scarlet Gum #533461

Color information

#533461 (or 0x533461) is unknown color: approx Scarlet Gum. HEX triplet: 53, 34 and 61. RGB value is (83,52,97). Sum of RGB (Red+Green+Blue) = 83+52+97=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #533461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533461 is #ACCB9E. Grayscale: #424242. Windows color (decimal): -11324319 or 6370387. OLE color: 6370387.

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

Color convert

RGB835297-
CMYK0.140.4600.62
HSL281.33º30.2%29.22%-
HSV(B)281.33º46.39%38.04%-
XYZ6.955.1611.94-
YUV66.4145.27139.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 52 (20.70% from 255) = 22.41%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=35.78%
G=22.41%
B=41.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8352970.140.4600.62281.3330.229.22
Hex533461E2E03E1191e1d
Octal1236414116560764313635
Binary10100111101001100001111010111001111101000110011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533461; }

 p { color: rgb(83,52,97); }

 H1.HeaderClassName
 {
   color: #533461;
 }
 .AnyTagClassName
 {
   color: #533461;
 }
</style>
background-color css

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

 a { background-color: rgb(83,52,97); }

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

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

 span { border-color: rgb(83,52,97); }

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