#461452

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

Shades of Scarlet Gum #461452

Tints of Scarlet Gum #461452

Color information

#461452 (or 0x461452) is unknown color: approx Scarlet Gum. HEX triplet: 46, 14 and 52. RGB value is (70,20,82). Sum of RGB (Red+Green+Blue) = 70+20+82=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #461452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461452 is #B9EBAD. Grayscale: #292929. Windows color (decimal): -12184494 or 5379142. OLE color: 5379142.

HSL color Cylindrical-coordinate representation of color #461452: hue angle of 288.39º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461452 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB702082-
CMYK0.150.7600.68
HSL288.39º60.78%20%-
HSV(B)288.39º75.61%32.16%-
XYZ4.32.418.22-
YUV42.02150.56147.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.70%
GREEN value IS 20 (8.20% from 255) = 11.63%
BLUE value IS 82 (32.42% from 255) = 47.67%
R=40.70%
G=11.63%
B=47.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7020820.150.7600.68288.3960.7820
Hex461452F4C0441203d14
Octal106241221711401044407524
Binary1000110101001010010111110011000100010010010000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461452; }

 p { color: rgb(70,20,82); }

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

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

 a { background-color: rgb(70,20,82); }

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

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

 span { border-color: rgb(70,20,82); }

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