#45235B

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

Shades of Scarlet Gum #45235B

Tints of Scarlet Gum #45235B

Color information

#45235B (or 0x45235B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 23 and 5B. RGB value is (69,35,91). Sum of RGB (Red+Green+Blue) = 69+35+91=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #45235B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45235B is #BADCA4. Grayscale: #333333. Windows color (decimal): -12246181 or 5972805. OLE color: 5972805.

HSL color Cylindrical-coordinate representation of color #45235B: hue angle of 276.43º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45235B is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB693591-
CMYK0.240.6200.64
HSL276.43º44.44%24.71%-
HSV(B)276.43º61.54%35.69%-
XYZ4.943.2210.26-
YUV51.55150.26140.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.38%
GREEN value IS 35 (14.06% from 255) = 17.95%
BLUE value IS 91 (35.94% from 255) = 46.67%
R=35.38%
G=17.95%
B=46.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6935910.240.6200.64276.4344.4424.71
Hex45235B183E0401142c19
Octal10543133307601004245431
Binary10001011000111011011110001111100100000010001010010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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