#452161

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

Shades of Scarlet Gum #452161

Tints of Scarlet Gum #452161

Color information

#452161 (or 0x452161) is unknown color: approx Scarlet Gum. HEX triplet: 45, 21 and 61. RGB value is (69,33,97). Sum of RGB (Red+Green+Blue) = 69+33+97=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #452161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452161 is #BADE9E. Grayscale: #323232. Windows color (decimal): -12246687 or 6365509. OLE color: 6365509.

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

Color convert

RGB693397-
CMYK0.290.6600.62
HSL273.75º49.23%25.49%-
HSV(B)273.75º65.98%38.04%-
XYZ5.163.2211.66-
YUV51.06153.93140.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.67%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 97 (38.28% from 255) = 48.74%
R=34.67%
G=16.58%
B=48.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6933970.290.6600.62273.7549.2325.49
Hex4521611D4203E1123119
Octal10541141351020764226131
Binary10001011000011100001111011000010011111010001001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452161; }

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

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

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

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

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

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

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

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