#452B51

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

Shades of Scarlet Gum #452B51

Tints of Scarlet Gum #452B51

Color information

#452B51 (or 0x452B51) is unknown color: approx Scarlet Gum. HEX triplet: 45, 2B and 51. RGB value is (69,43,81). Sum of RGB (Red+Green+Blue) = 69+43+81=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 81 - color contains mainly: blue. Hex color #452B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452B51 is #BAD4AE. Grayscale: #363636. Windows color (decimal): -12244143 or 5319493. OLE color: 5319493.

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

Color convert

RGB694381-
CMYK0.150.4700.68
HSL281.05º30.65%24.31%-
HSV(B)281.05º46.91%31.76%-
XYZ4.83.598.22-
YUV55.11142.61137.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.75%
GREEN value IS 43 (17.19% from 255) = 22.28%
BLUE value IS 81 (32.03% from 255) = 41.97%
R=35.75%
G=22.28%
B=41.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6943810.150.4700.68281.0530.6524.31
Hex452B51F2F0441191f18
Octal10553121175701044313730
Binary100010110101110100011111101111010001001000110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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