#9B1927

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

Shades of Bright Red #9B1927

Tints of Bright Red #9B1927

Color information

#9B1927 (or 0x9B1927) is unknown color: approx Bright Red. HEX triplet: 9B, 19 and 27. RGB value is (155,25,39). Sum of RGB (Red+Green+Blue) = 155+25+39=219 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.78% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1927 is #64E6D8. Grayscale: #414141. Windows color (decimal): -6612697 or 2562459. OLE color: 2562459.

HSL color Cylindrical-coordinate representation of color #9B1927: hue angle of 353.54º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B1927 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB1552539-
CMYK00.840.750.39
HSL353.54º72.22%35.29%-
HSV(B)353.54º83.87%60.78%-
XYZ14.237.812.68-
YUV65.47113.07191.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 70.78%
GREEN value IS 25 (10.16% from 255) = 11.42%
BLUE value IS 39 (15.62% from 255) = 17.81%
R=70.78%
G=11.42%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155253900.840.750.39353.5472.2235.29
Hex9B19270544B271624823
Octal233314701241134754211043
Binary10011011110011001110101010010010111001111011000101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,25,39); }

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

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

 a { background-color: rgb(155,25,39); }

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

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

 span { border-color: rgb(155,25,39); }

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