#451B60

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

Shades of Scarlet Gum #451B60

Tints of Scarlet Gum #451B60

Color information

#451B60 (or 0x451B60) is unknown color: approx Scarlet Gum. HEX triplet: 45, 1B and 60. RGB value is (69,27,96). Sum of RGB (Red+Green+Blue) = 69+27+96=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #451B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451B60 is #BAE49F. Grayscale: #2F2F2F. Windows color (decimal): -12248224 or 6298437. OLE color: 6298437.

HSL color Cylindrical-coordinate representation of color #451B60: hue angle of 276.52º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #451B60 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB692796-
CMYK0.280.7200.62
HSL276.52º56.1%24.12%-
HSV(B)276.52º71.88%37.65%-
XYZ4.962.8911.36-
YUV47.42155.41143.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.94%
GREEN value IS 27 (10.94% from 255) = 14.06%
BLUE value IS 96 (37.89% from 255) = 50%
R=35.94%
G=14.06%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6927960.280.7200.62276.5256.124.12
Hex451B601C4803E1153818
Octal10533140341100764257030
Binary1000101110111100000111001001000011111010001010111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451B60; }

 p { color: rgb(69,27,96); }

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

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

 a { background-color: rgb(69,27,96); }

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

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

 span { border-color: rgb(69,27,96); }

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