#452655

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

Shades of Scarlet Gum #452655

Tints of Scarlet Gum #452655

Color information

#452655 (or 0x452655) is unknown color: approx Scarlet Gum. HEX triplet: 45, 26 and 55. RGB value is (69,38,85). Sum of RGB (Red+Green+Blue) = 69+38+85=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 85 - color contains mainly: blue. Hex color #452655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452655 is #BAD9AA. Grayscale: #343434. Windows color (decimal): -12245419 or 5580357. OLE color: 5580357.

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

Color convert

RGB693885-
CMYK0.190.5500.67
HSL279.57º38.21%24.12%-
HSV(B)279.57º55.29%33.33%-
XYZ4.793.318.98-
YUV52.63146.27139.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.94%
GREEN value IS 38 (15.23% from 255) = 19.79%
BLUE value IS 85 (33.59% from 255) = 44.27%
R=35.94%
G=19.79%
B=44.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6938850.190.5500.67279.5738.2124.12
Hex45265513370431182618
Octal10546125236701034304630
Binary10001011001101010101100111101110100001110001100010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452655; }

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

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

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

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

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

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

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

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