#9B1439

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

Shades of Bright Red #9B1439

Tints of Bright Red #9B1439

Color information

#9B1439 (or 0x9B1439) is unknown color: approx Bright Red. HEX triplet: 9B, 14 and 39. RGB value is (155,20,57). Sum of RGB (Red+Green+Blue) = 155+20+57=232 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.81% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1439 is #64EBC6. Grayscale: #404040. Windows color (decimal): -6613959 or 3740827. OLE color: 3740827.

HSL color Cylindrical-coordinate representation of color #9B1439: hue angle of 343.56º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B1439 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB1552057-
CMYK00.870.630.39
HSL343.56º77.14%34.31%-
HSV(B)343.56º87.1%60.78%-
XYZ14.517.764.6-
YUV64.58123.73192.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 66.81%
GREEN value IS 20 (8.20% from 255) = 8.62%
BLUE value IS 57 (22.66% from 255) = 24.57%
R=66.81%
G=8.62%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155205700.870.630.39343.5677.1434.31
Hex9B14390573F271584d22
Octal23324710127774753011542
Binary1001101110100111001010101111111111001111010110001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B1439; }

 p { color: rgb(155,20,57); }

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

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

 a { background-color: rgb(155,20,57); }

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

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

 span { border-color: rgb(155,20,57); }

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