#45224F

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

Shades of Scarlet Gum #45224F

Tints of Scarlet Gum #45224F

Color information

#45224F (or 0x45224F) is unknown color: approx Scarlet Gum. HEX triplet: 45, 22 and 4F. RGB value is (69,34,79). Sum of RGB (Red+Green+Blue) = 69+34+79=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 79 - color contains mainly: blue. Hex color #45224F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45224F is #BADDB0. Grayscale: #313131. Windows color (decimal): -12246449 or 5186117. OLE color: 5186117.

HSL color Cylindrical-coordinate representation of color #45224F: hue angle of 286.67º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45224F is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB693479-
CMYK0.130.5700.69
HSL286.67º39.82%22.16%-
HSV(B)286.67º56.96%30.98%-
XYZ4.442.977.74-
YUV49.6144.6141.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.91%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=37.91%
G=18.68%
B=43.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6934790.130.5700.69286.6739.8222.16
Hex45224FD3904511f2816
Octal10542117157101054375026
Binary1000101100010100111111011110010100010110001111110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45224F; }

 p { color: rgb(69,34,79); }

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

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

 a { background-color: rgb(69,34,79); }

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

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

 span { border-color: rgb(69,34,79); }

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