#961236

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

Shades of Bright Red #961236

Tints of Bright Red #961236

Color information

#961236 (or 0x961236) is unknown color: approx Bright Red. HEX triplet: 96, 12 and 36. RGB value is (150,18,54). Sum of RGB (Red+Green+Blue) = 150+18+54=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #961236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961236 is #69EDC9. Grayscale: #3D3D3D. Windows color (decimal): -6942154 or 3543702. OLE color: 3543702.

HSL color Cylindrical-coordinate representation of color #961236: hue angle of 343.64º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961236 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB1501854-
CMYK00.880.640.41
HSL343.64º78.57%32.94%-
HSV(B)343.64º88%58.82%-
XYZ13.467.184.17-
YUV61.57123.73191.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.57%
GREEN value IS 18 (7.42% from 255) = 8.11%
BLUE value IS 54 (21.48% from 255) = 24.32%
R=67.57%
G=8.11%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150185400.880.640.41343.6478.5732.94
Hex96123605840291584f21
Octal226226601301005153011741
Binary10010110100101101100101100010000001010011010110001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961236; }

 p { color: rgb(150,18,54); }

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

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

 a { background-color: rgb(150,18,54); }

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

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

 span { border-color: rgb(150,18,54); }

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