#962327

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

Shades of Bright Red #962327

Tints of Bright Red #962327

Color information

#962327 (or 0x962327) is unknown color: approx Bright Red. HEX triplet: 96, 23 and 27. RGB value is (150,35,39). Sum of RGB (Red+Green+Blue) = 150+35+39=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #962327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962327 is #69DCD8. Grayscale: #454545. Windows color (decimal): -6937817 or 2565014. OLE color: 2565014.

HSL color Cylindrical-coordinate representation of color #962327: hue angle of 357.91º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962327 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB1503539-
CMYK00.770.740.41
HSL357.91º62.16%36.27%-
HSV(B)357.91º76.67%58.82%-
XYZ13.547.832.72-
YUV69.84110.6185.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.96%
GREEN value IS 35 (14.06% from 255) = 15.62%
BLUE value IS 39 (15.62% from 255) = 17.41%
R=66.96%
G=15.62%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150353900.770.740.41357.9162.1636.27
Hex96232704D4A291663e24
Octal22643470115112515467644
Binary10010110100011100111010011011001010101001101100110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962327; }

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

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

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

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

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

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

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

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