#451556

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

Shades of Scarlet Gum #451556

Tints of Scarlet Gum #451556

Color information

#451556 (or 0x451556) is unknown color: approx Scarlet Gum. HEX triplet: 45, 15 and 56. RGB value is (69,21,86). Sum of RGB (Red+Green+Blue) = 69+21+86=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #451556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451556 is #BAEAA9. Grayscale: #2A2A2A. Windows color (decimal): -12249770 or 5641541. OLE color: 5641541.

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

Color convert

RGB692186-
CMYK0.200.7600.66
HSL284.31º60.75%20.98%-
HSV(B)284.31º75.58%33.73%-
XYZ4.42.479.05-
YUV42.76152.4146.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.20%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 86 (33.98% from 255) = 48.86%
R=39.20%
G=11.93%
B=48.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6921860.200.7600.66284.3160.7520.98
Hex451556144C04211c3d15
Octal105251262411401024347525
Binary10001011010110101101010010011000100001010001110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451556; }

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

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

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

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

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

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

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

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