#45334D

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

Shades of Scarlet Gum #45334D

Tints of Scarlet Gum #45334D

Color information

#45334D (or 0x45334D) is unknown color: approx Scarlet Gum. HEX triplet: 45, 33 and 4D. RGB value is (69,51,77). Sum of RGB (Red+Green+Blue) = 69+51+77=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 77 - color contains mainly: blue. Hex color #45334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45334D is #BACCB2. Grayscale: #3B3B3B. Windows color (decimal): -12242099 or 5059397. OLE color: 5059397.

HSL color Cylindrical-coordinate representation of color #45334D: hue angle of 281.54º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #45334D is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB695177-
CMYK0.100.3400.70
HSL281.54º20.31%25.1%-
HSV(B)281.54º33.77%30.2%-
XYZ4.984.177.56-
YUV59.35137.96134.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.03%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 77 (30.47% from 255) = 39.09%
R=35.03%
G=25.89%
B=39.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6951770.100.3400.70281.5420.3125.1
Hex45334DA2204611a1419
Octal10563115124201064322431
Binary100010111001110011011010100010010001101000110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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