#45354B

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

Shades of Scarlet Gum #45354B

Tints of Scarlet Gum #45354B

Color information

#45354B (or 0x45354B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 35 and 4B. RGB value is (69,53,75). Sum of RGB (Red+Green+Blue) = 69+53+75=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 75 - color contains mainly: blue. Hex color #45354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45354B is #BACAB4. Grayscale: #3C3C3C. Windows color (decimal): -12241589 or 4928837. OLE color: 4928837.

HSL color Cylindrical-coordinate representation of color #45354B: hue angle of 283.64º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #45354B is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB695375-
CMYK0.080.2900.71
HSL283.64º17.19%25.1%-
HSV(B)283.64º29.33%29.41%-
XYZ54.327.23-
YUV60.29136.3134.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.03%
GREEN value IS 53 (21.09% from 255) = 26.90%
BLUE value IS 75 (29.69% from 255) = 38.07%
R=35.03%
G=26.90%
B=38.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6953750.080.2900.71283.6417.1925.1
Hex45354B81D04711c1119
Octal10565113103501074342131
Binary10001011101011001011100011101010001111000111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45354B; }

 p { color: rgb(69,53,75); }

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

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

 a { background-color: rgb(69,53,75); }

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

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

 span { border-color: rgb(69,53,75); }

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