#54345F

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

Shades of Scarlet Gum #54345F

Tints of Scarlet Gum #54345F

Color information

#54345F (or 0x54345F) is unknown color: approx Scarlet Gum. HEX triplet: 54, 34 and 5F. RGB value is (84,52,95). Sum of RGB (Red+Green+Blue) = 84+52+95=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 95 - color contains mainly: blue. Hex color #54345F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54345F is #ABCBA0. Grayscale: #424242. Windows color (decimal): -11258785 or 6239316. OLE color: 6239316.

HSL color Cylindrical-coordinate representation of color #54345F: hue angle of 284.65º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54345F is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB845295-
CMYK0.120.4500.63
HSL284.65º29.25%28.82%-
HSV(B)284.65º45.26%37.25%-
XYZ6.955.1711.46-
YUV66.47144.1140.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 95 (37.5% from 255) = 41.13%
R=36.36%
G=22.51%
B=41.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8452950.120.4500.63284.6529.2528.82
Hex54345FC2D03F11d1d1d
Octal1246413714550774353535
Binary10101001101001011111110010110101111111000111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54345F; }

 p { color: rgb(84,52,95); }

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

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

 a { background-color: rgb(84,52,95); }

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

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

 span { border-color: rgb(84,52,95); }

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