#45344B

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

Shades of Scarlet Gum #45344B

Tints of Scarlet Gum #45344B

Color information

#45344B (or 0x45344B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 34 and 4B. RGB value is (69,52,75). Sum of RGB (Red+Green+Blue) = 69+52+75=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 75 - color contains mainly: blue. Hex color #45344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45344B is #BACBB4. Grayscale: #3B3B3B. Windows color (decimal): -12241845 or 4928581. OLE color: 4928581.

HSL color Cylindrical-coordinate representation of color #45344B: hue angle of 284.35º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #45344B is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB695275-
CMYK0.080.3100.71
HSL284.35º18.11%24.9%-
HSV(B)284.35º30.67%29.41%-
XYZ4.954.237.21-
YUV59.7136.63134.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.20%
GREEN value IS 52 (20.70% from 255) = 26.53%
BLUE value IS 75 (29.69% from 255) = 38.27%
R=35.20%
G=26.53%
B=38.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6952750.080.3100.71284.3518.1124.9
Hex45344B81F04711c1219
Octal10564113103701074342231
Binary10001011101001001011100011111010001111000111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,52,75); }

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

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

 a { background-color: rgb(69,52,75); }

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

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

 span { border-color: rgb(69,52,75); }

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