#451252

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

Shades of Scarlet Gum #451252

Tints of Scarlet Gum #451252

Color information

#451252 (or 0x451252) is unknown color: approx Scarlet Gum. HEX triplet: 45, 12 and 52. RGB value is (69,18,82). Sum of RGB (Red+Green+Blue) = 69+18+82=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #451252 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451252 is #BAEDAD. Grayscale: #282828. Windows color (decimal): -12250542 or 5378629. OLE color: 5378629.

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

Color convert

RGB691882-
CMYK0.160.7800.68
HSL287.81º64%19.61%-
HSV(B)287.81º78.05%32.16%-
XYZ4.192.318.21-
YUV40.54151.4148.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.83%
GREEN value IS 18 (7.42% from 255) = 10.65%
BLUE value IS 82 (32.42% from 255) = 48.52%
R=40.83%
G=10.65%
B=48.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6918820.160.7800.68287.816419.61
Hex451252104E0441204014
Octal1052212220116010444010024
Binary100010110010101001010000100111001000100100100000100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451252; }

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

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

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

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

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

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

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

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