#451253

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

Shades of Scarlet Gum #451253

Tints of Scarlet Gum #451253

Color information

#451253 (or 0x451253) is unknown color: approx Scarlet Gum. HEX triplet: 45, 12 and 53. RGB value is (69,18,83). Sum of RGB (Red+Green+Blue) = 69+18+83=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #451253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451253 is #BAEDAC. Grayscale: #282828. Windows color (decimal): -12250541 or 5444165. OLE color: 5444165.

HSL color Cylindrical-coordinate representation of color #451253: hue angle of 287.08º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #451253 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB691883-
CMYK0.170.7800.67
HSL287.08º64.36%19.8%-
HSV(B)287.08º78.31%32.55%-
XYZ4.232.328.41-
YUV40.66151.9148.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.59%
GREEN value IS 18 (7.42% from 255) = 10.59%
BLUE value IS 83 (32.81% from 255) = 48.82%
R=40.59%
G=10.59%
B=48.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6918830.170.7800.67287.0864.3619.8
Hex451253114E04311f4014
Octal1052212321116010343710024
Binary100010110010101001110001100111001000011100011111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451253; }

 p { color: rgb(69,18,83); }

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

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

 a { background-color: rgb(69,18,83); }

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

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

 span { border-color: rgb(69,18,83); }

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