#45364B

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

Shades of Scarlet Gum #45364B

Tints of Scarlet Gum #45364B

Color information

#45364B (or 0x45364B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 36 and 4B. RGB value is (69,54,75). Sum of RGB (Red+Green+Blue) = 69+54+75=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 75 - color contains mainly: blue. Hex color #45364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45364B is #BAC9B4. Grayscale: #3C3C3C. Windows color (decimal): -12241333 or 4929093. OLE color: 4929093.

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

Color convert

RGB695475-
CMYK0.080.2800.71
HSL282.86º16.28%25.29%-
HSV(B)282.86º28%29.41%-
XYZ5.044.417.24-
YUV60.88135.97133.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.85%
GREEN value IS 54 (21.48% from 255) = 27.27%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=34.85%
G=27.27%
B=37.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6954750.080.2800.71282.8616.2825.29
Hex45364B81C04711b1019
Octal10566113103401074332031
Binary10001011101101001011100011100010001111000110111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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