#451352

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

Shades of Scarlet Gum #451352

Tints of Scarlet Gum #451352

Color information

#451352 (or 0x451352) is unknown color: approx Scarlet Gum. HEX triplet: 45, 13 and 52. RGB value is (69,19,82). Sum of RGB (Red+Green+Blue) = 69+19+82=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #451352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451352 is #BAECAD. Grayscale: #282828. Windows color (decimal): -12250286 or 5378885. OLE color: 5378885.

HSL color Cylindrical-coordinate representation of color #451352: hue angle of 287.62º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #451352 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB691982-
CMYK0.160.7700.68
HSL287.62º62.38%19.8%-
HSV(B)287.62º76.83%32.16%-
XYZ4.212.348.21-
YUV41.13151.06147.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.59%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 82 (32.42% from 255) = 48.24%
R=40.59%
G=11.18%
B=48.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6919820.160.7700.68287.6262.3819.8
Hex451352104D0441203e14
Octal105231222011501044407624
Binary10001011001110100101000010011010100010010010000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451352; }

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

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

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

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

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

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

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

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