#452356

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

Shades of Scarlet Gum #452356

Tints of Scarlet Gum #452356

Color information

#452356 (or 0x452356) is unknown color: approx Scarlet Gum. HEX triplet: 45, 23 and 56. RGB value is (69,35,86). Sum of RGB (Red+Green+Blue) = 69+35+86=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #452356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452356 is #BADCA9. Grayscale: #323232. Windows color (decimal): -12246186 or 5645125. OLE color: 5645125.

HSL color Cylindrical-coordinate representation of color #452356: hue angle of 280º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #452356 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB693586-
CMYK0.200.5900.66
HSL280º42.15%23.73%-
HSV(B)280º59.3%33.73%-
XYZ4.733.149.16-
YUV50.98147.76140.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.32%
GREEN value IS 35 (14.06% from 255) = 18.42%
BLUE value IS 86 (33.98% from 255) = 45.26%
R=36.32%
G=18.42%
B=45.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6935860.200.5900.6628042.1523.73
Hex452356143B0421182a18
Octal10543126247301024305230
Binary10001011000111010110101001110110100001010001100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452356; }

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

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

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

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

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

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

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

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