#45324B

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

Shades of Scarlet Gum #45324B

Tints of Scarlet Gum #45324B

Color information

#45324B (or 0x45324B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 32 and 4B. RGB value is (69,50,75). Sum of RGB (Red+Green+Blue) = 69+50+75=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 75 - color contains mainly: blue. Hex color #45324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45324B is #BACDB4. Grayscale: #3A3A3A. Windows color (decimal): -12242357 or 4928069. OLE color: 4928069.

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

Color convert

RGB695075-
CMYK0.080.3300.71
HSL285.6º20%24.51%-
HSV(B)285.6º33.33%29.41%-
XYZ4.864.057.18-
YUV58.53137.29135.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=35.57%
G=25.77%
B=38.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6950750.080.3300.71285.62024.51
Hex45324B82104711e1419
Octal10562113104101074362431
Binary100010111001010010111000100001010001111000111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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