#452656

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

Shades of Scarlet Gum #452656

Tints of Scarlet Gum #452656

Color information

#452656 (or 0x452656) is unknown color: approx Scarlet Gum. HEX triplet: 45, 26 and 56. RGB value is (69,38,86). Sum of RGB (Red+Green+Blue) = 69+38+86=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 86 - color contains mainly: blue. Hex color #452656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452656 is #BAD9A9. Grayscale: #343434. Windows color (decimal): -12245418 or 5645893. OLE color: 5645893.

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

Color convert

RGB693886-
CMYK0.200.5600.66
HSL278.75º38.71%24.31%-
HSV(B)278.75º55.81%33.73%-
XYZ4.833.329.19-
YUV52.74146.77139.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.75%
GREEN value IS 38 (15.23% from 255) = 19.69%
BLUE value IS 86 (33.98% from 255) = 44.56%
R=35.75%
G=19.69%
B=44.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6938860.200.5600.66278.7538.7124.31
Hex45265614380421172718
Octal10546126247001024274730
Binary10001011001101010110101001110000100001010001011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452656; }

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

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

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

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

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

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

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

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