#961F32

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

Shades of Bright Red #961F32

Tints of Bright Red #961F32

Color information

#961F32 (or 0x961F32) is unknown color: approx Bright Red. HEX triplet: 96, 1F and 32. RGB value is (150,31,50). Sum of RGB (Red+Green+Blue) = 150+31+50=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #961F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961F32 is #69E0CD. Grayscale: #444444. Windows color (decimal): -6938830 or 3284886. OLE color: 3284886.

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

Color convert

RGB1503150-
CMYK00.790.670.41
HSL350.42º65.75%35.49%-
HSV(B)350.42º79.33%58.82%-
XYZ13.647.693.78-
YUV68.75117.42185.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.94%
GREEN value IS 31 (12.5% from 255) = 13.42%
BLUE value IS 50 (19.92% from 255) = 21.65%
R=64.94%
G=13.42%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150315000.790.670.41350.4265.7535.49
Hex961F3204F432915e4223
Octal226376201171035153610243
Binary10010110111111100100100111110000111010011010111101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,31,50); }

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

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

 a { background-color: rgb(150,31,50); }

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

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

 span { border-color: rgb(150,31,50); }

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