#45334B

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

Shades of Scarlet Gum #45334B

Tints of Scarlet Gum #45334B

Color information

#45334B (or 0x45334B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 33 and 4B. RGB value is (69,51,75). Sum of RGB (Red+Green+Blue) = 69+51+75=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 75 - color contains mainly: blue. Hex color #45334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45334B is #BACCB4. Grayscale: #3B3B3B. Windows color (decimal): -12242101 or 4928325. OLE color: 4928325.

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

Color convert

RGB695175-
CMYK0.080.3200.71
HSL285º19.05%24.71%-
HSV(B)285º32%29.41%-
XYZ4.914.147.2-
YUV59.12136.96135.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.38%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=35.38%
G=26.15%
B=38.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6951750.080.3200.7128519.0524.71
Hex45334B82004711d1319
Octal10563113104001074352331
Binary100010111001110010111000100000010001111000111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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