#452F51

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

Shades of Scarlet Gum #452F51

Tints of Scarlet Gum #452F51

Color information

#452F51 (or 0x452F51) is unknown color: approx Scarlet Gum. HEX triplet: 45, 2F and 51. RGB value is (69,47,81). Sum of RGB (Red+Green+Blue) = 69+47+81=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 81 - color contains mainly: blue. Hex color #452F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452F51 is #BAD0AE. Grayscale: #393939. Windows color (decimal): -12243119 or 5320517. OLE color: 5320517.

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

Color convert

RGB694781-
CMYK0.150.4200.68
HSL278.82º26.56%25.1%-
HSV(B)278.82º41.98%31.76%-
XYZ4.963.898.27-
YUV57.45141.29136.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.03%
GREEN value IS 47 (18.75% from 255) = 23.86%
BLUE value IS 81 (32.03% from 255) = 41.12%
R=35.03%
G=23.86%
B=41.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6947810.150.4200.68278.8226.5625.1
Hex452F51F2A0441171b19
Octal10557121175201044273331
Binary100010110111110100011111101010010001001000101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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