#451861

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

Shades of Scarlet Gum #451861

Tints of Scarlet Gum #451861

Color information

#451861 (or 0x451861) is unknown color: approx Scarlet Gum. HEX triplet: 45, 18 and 61. RGB value is (69,24,97). Sum of RGB (Red+Green+Blue) = 69+24+97=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #451861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451861 is #BAE79E. Grayscale: #2D2D2D. Windows color (decimal): -12248991 or 6363205. OLE color: 6363205.

HSL color Cylindrical-coordinate representation of color #451861: hue angle of 276.99º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451861 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB692497-
CMYK0.290.7500.62
HSL276.99º60.33%23.73%-
HSV(B)276.99º75.26%38.04%-
XYZ4.942.7811.59-
YUV45.78156.91144.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.32%
GREEN value IS 24 (9.77% from 255) = 12.63%
BLUE value IS 97 (38.28% from 255) = 51.05%
R=36.32%
G=12.63%
B=51.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6924970.290.7500.62276.9960.3323.73
Hex4518611D4B03E1153c18
Octal10530141351130764257430
Binary1000101110001100001111011001011011111010001010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451861; }

 p { color: rgb(69,24,97); }

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

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

 a { background-color: rgb(69,24,97); }

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

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

 span { border-color: rgb(69,24,97); }

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