#961A33

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

Shades of Bright Red #961A33

Tints of Bright Red #961A33

Color information

#961A33 (or 0x961A33) is unknown color: approx Bright Red. HEX triplet: 96, 1A and 33. RGB value is (150,26,51). Sum of RGB (Red+Green+Blue) = 150+26+51=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #961A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961A33 is #69E5CC. Grayscale: #414141. Windows color (decimal): -6940109 or 3349142. OLE color: 3349142.

HSL color Cylindrical-coordinate representation of color #961A33: hue angle of 347.9º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961A33 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1502651-
CMYK00.830.660.41
HSL347.9º70.45%34.51%-
HSV(B)347.9º82.67%58.82%-
XYZ13.547.463.86-
YUV65.93119.58187.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.08%
GREEN value IS 26 (10.55% from 255) = 11.45%
BLUE value IS 51 (20.31% from 255) = 22.47%
R=66.08%
G=11.45%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150265100.830.660.41347.970.4534.51
Hex961A33053422915c4623
Octal226326301231025153410643
Binary10010110110101100110101001110000101010011010111001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961A33; }

 p { color: rgb(150,26,51); }

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

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

 a { background-color: rgb(150,26,51); }

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

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

 span { border-color: rgb(150,26,51); }

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