#451B52

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

Shades of Scarlet Gum #451B52

Tints of Scarlet Gum #451B52

Color information

#451B52 (or 0x451B52) is unknown color: approx Scarlet Gum. HEX triplet: 45, 1B and 52. RGB value is (69,27,82). Sum of RGB (Red+Green+Blue) = 69+27+82=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: blue. Hex color #451B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451B52 is #BAE4AD. Grayscale: #2D2D2D. Windows color (decimal): -12248238 or 5380933. OLE color: 5380933.

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

Color convert

RGB692782-
CMYK0.160.6700.68
HSL285.82º50.46%21.37%-
HSV(B)285.82º67.07%32.16%-
XYZ4.372.668.27-
YUV45.83148.41144.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.76%
GREEN value IS 27 (10.94% from 255) = 15.17%
BLUE value IS 82 (32.42% from 255) = 46.07%
R=38.76%
G=15.17%
B=46.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6927820.160.6700.68285.8250.4621.37
Hex451B52104304411e3215
Octal105331222010301044366225
Binary10001011101110100101000010000110100010010001111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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