#45235F

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

Shades of Scarlet Gum #45235F

Tints of Scarlet Gum #45235F

Color information

#45235F (or 0x45235F) is unknown color: approx Scarlet Gum. HEX triplet: 45, 23 and 5F. RGB value is (69,35,95). Sum of RGB (Red+Green+Blue) = 69+35+95=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #45235F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45235F is #BADCA0. Grayscale: #333333. Windows color (decimal): -12246177 or 6234949. OLE color: 6234949.

HSL color Cylindrical-coordinate representation of color #45235F: hue angle of 274º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45235F is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB693595-
CMYK0.270.6300.63
HSL274º46.15%25.49%-
HSV(B)274º63.16%37.25%-
XYZ5.123.2911.19-
YUV52.01152.26140.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.67%
GREEN value IS 35 (14.06% from 255) = 17.59%
BLUE value IS 95 (37.5% from 255) = 47.74%
R=34.67%
G=17.59%
B=47.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6935950.270.6300.6327446.1525.49
Hex45235F1B3F03F1122e19
Octal1054313733770774225631
Binary1000101100011101111111011111111011111110001001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45235F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45235F; }

 p { color: rgb(69,35,95); }

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

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

 a { background-color: rgb(69,35,95); }

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

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

 span { border-color: rgb(69,35,95); }

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