#452B52

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

Shades of Scarlet Gum #452B52

Tints of Scarlet Gum #452B52

Color information

#452B52 (or 0x452B52) is unknown color: approx Scarlet Gum. HEX triplet: 45, 2B and 52. RGB value is (69,43,82). Sum of RGB (Red+Green+Blue) = 69+43+82=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #452B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452B52 is #BAD4AD. Grayscale: #373737. Windows color (decimal): -12244142 or 5385029. OLE color: 5385029.

HSL color Cylindrical-coordinate representation of color #452B52: hue angle of 280º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #452B52 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB694382-
CMYK0.160.4800.68
HSL280º31.2%24.51%-
HSV(B)280º47.56%32.16%-
XYZ4.843.68.42-
YUV55.22143.11137.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 43 (17.19% from 255) = 22.16%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=35.57%
G=22.16%
B=42.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6943820.160.4800.6828031.224.51
Hex452B5210300441181f19
Octal10553122206001044303731
Binary1000101101011101001010000110000010001001000110001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452B52; }

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

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

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

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

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

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

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

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