#992327

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

Shades of Bright Red #992327

Tints of Bright Red #992327

Color information

#992327 (or 0x992327) is unknown color: approx Bright Red. HEX triplet: 99, 23 and 27. RGB value is (153,35,39). Sum of RGB (Red+Green+Blue) = 153+35+39=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #992327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992327 is #66DCD8. Grayscale: #464646. Windows color (decimal): -6741209 or 2565017. OLE color: 2565017.

HSL color Cylindrical-coordinate representation of color #992327: hue angle of 357.97º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992327 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB1533539-
CMYK00.770.750.4
HSL357.97º62.77%36.86%-
HSV(B)357.97º77.12%60%-
XYZ14.18.122.74-
YUV70.74110.09186.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 67.40%
GREEN value IS 35 (14.06% from 255) = 15.42%
BLUE value IS 39 (15.62% from 255) = 17.18%
R=67.40%
G=15.42%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153353900.770.750.4357.9762.7736.86
Hex99232704D4B281663f25
Octal23143470115113505467745
Binary10011001100011100111010011011001011101000101100110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992327; }

 p { color: rgb(153,35,39); }

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

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

 a { background-color: rgb(153,35,39); }

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

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

 span { border-color: rgb(153,35,39); }

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