#451255

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

Shades of Scarlet Gum #451255

Tints of Scarlet Gum #451255

Color information

#451255 (or 0x451255) is unknown color: approx Scarlet Gum. HEX triplet: 45, 12 and 55. RGB value is (69,18,85). Sum of RGB (Red+Green+Blue) = 69+18+85=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #451255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451255 is #BAEDAA. Grayscale: #282828. Windows color (decimal): -12250539 or 5575237. OLE color: 5575237.

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

Color convert

RGB691885-
CMYK0.190.7900.67
HSL285.67º65.05%20.2%-
HSV(B)285.67º78.82%33.33%-
XYZ4.312.358.82-
YUV40.89152.9148.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.12%
GREEN value IS 18 (7.42% from 255) = 10.47%
BLUE value IS 85 (33.59% from 255) = 49.42%
R=40.12%
G=10.47%
B=49.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6918850.190.7900.67285.6765.0520.2
Hex451255134F04311e4114
Octal1052212523117010343610124
Binary100010110010101010110011100111101000011100011110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451255; }

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

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

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

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

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

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

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

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