#452D56

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

Shades of Scarlet Gum #452D56

Tints of Scarlet Gum #452D56

Color information

#452D56 (or 0x452D56) is unknown color: approx Scarlet Gum. HEX triplet: 45, 2D and 56. RGB value is (69,45,86). Sum of RGB (Red+Green+Blue) = 69+45+86=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 86 - color contains mainly: blue. Hex color #452D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452D56 is #BAD2A9. Grayscale: #383838. Windows color (decimal): -12243626 or 5647685. OLE color: 5647685.

HSL color Cylindrical-coordinate representation of color #452D56: hue angle of 275.12º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #452D56 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB694586-
CMYK0.200.4800.66
HSL275.12º31.3%25.69%-
HSV(B)275.12º47.67%33.73%-
XYZ5.073.819.27-
YUV56.85144.45136.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.5%
GREEN value IS 45 (17.97% from 255) = 22.5%
BLUE value IS 86 (33.98% from 255) = 43%
R=34.5%
G=22.5%
B=43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6945860.200.4800.66275.1231.325.69
Hex452D5614300421131f1a
Octal10555126246001024233732
Binary1000101101101101011010100110000010000101000100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452D56; }

 p { color: rgb(69,45,86); }

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

<style>
 a { background-color: #452D56; }

 a { background-color: rgb(69,45,86); }

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

<style>
 span { border-color: #452D56; }

 span { border-color: rgb(69,45,86); }

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