#951133

Color #951133 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #951133

Tints of Bright Red #951133

Color information

#951133 (or 0x951133) is unknown color: approx Bright Red. HEX triplet: 95, 11 and 33. RGB value is (149,17,51). Sum of RGB (Red+Green+Blue) = 149+17+51=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #951133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951133 is #6AEECC. Grayscale: #3C3C3C. Windows color (decimal): -7007949 or 3346837. OLE color: 3346837.

HSL color Cylindrical-coordinate representation of color #951133: hue angle of 344.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951133 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1491751-
CMYK00.890.660.42
HSL344.55º79.52%32.55%-
HSV(B)344.55º88.59%58.43%-
XYZ13.197.033.79-
YUV60.34122.73191.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.66%
GREEN value IS 17 (7.03% from 255) = 7.83%
BLUE value IS 51 (20.31% from 255) = 23.50%
R=68.66%
G=7.83%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149175100.890.660.42344.5579.5232.55
Hex951133059422A1595021
Octal225216301311025253112041
Binary10010101100011100110101100110000101010101010110011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951133; }

 p { color: rgb(149,17,51); }

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

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

 a { background-color: rgb(149,17,51); }

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

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

 span { border-color: rgb(149,17,51); }

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