#451358

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

Shades of Scarlet Gum #451358

Tints of Scarlet Gum #451358

Color information

#451358 (or 0x451358) is unknown color: approx Scarlet Gum. HEX triplet: 45, 13 and 58. RGB value is (69,19,88). Sum of RGB (Red+Green+Blue) = 69+19+88=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #451358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451358 is #BAECA7. Grayscale: #292929. Windows color (decimal): -12250280 or 5772101. OLE color: 5772101.

HSL color Cylindrical-coordinate representation of color #451358: hue angle of 283.48º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #451358 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB691988-
CMYK0.220.7800.65
HSL283.48º64.49%20.98%-
HSV(B)283.48º78.41%34.51%-
XYZ4.452.449.47-
YUV41.82154.06147.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.20%
GREEN value IS 19 (7.81% from 255) = 10.80%
BLUE value IS 88 (34.77% from 255) = 50%
R=39.20%
G=10.80%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6919880.220.7800.65283.4864.4920.98
Hex451358164E04111b4015
Octal1052313026116010143310025
Binary100010110011101100010110100111001000001100011011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451358; }

 p { color: rgb(69,19,88); }

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

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

 a { background-color: rgb(69,19,88); }

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

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

 span { border-color: rgb(69,19,88); }

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