#9B2733

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

Shades of Bright Red #9B2733

Tints of Bright Red #9B2733

Color information

#9B2733 (or 0x9B2733) is unknown color: approx Bright Red. HEX triplet: 9B, 27 and 33. RGB value is (155,39,51). Sum of RGB (Red+Green+Blue) = 155+39+51=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2733 is #64D8CC. Grayscale: #4B4B4B. Windows color (decimal): -6609101 or 3352475. OLE color: 3352475.

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

Color convert

RGB1553951-
CMYK00.750.670.39
HSL353.79º59.79%38.04%-
HSV(B)353.79º74.84%60.78%-
XYZ14.848.664.02-
YUV75.05114.43185.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.27%
GREEN value IS 39 (15.62% from 255) = 15.92%
BLUE value IS 51 (20.31% from 255) = 20.82%
R=63.27%
G=15.92%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155395100.750.670.39353.7959.7938.04
Hex9B273304B43271623c26
Octal23347630113103475427446
Binary10011011100111110011010010111000011100111101100010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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