#961630

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

Shades of Bright Red #961630

Tints of Bright Red #961630

Color information

#961630 (or 0x961630) is unknown color: approx Bright Red. HEX triplet: 96, 16 and 30. RGB value is (150,22,48). Sum of RGB (Red+Green+Blue) = 150+22+48=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #961630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961630 is #69E9CF. Grayscale: #3F3F3F. Windows color (decimal): -6941136 or 3151510. OLE color: 3151510.

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

Color convert

RGB1502248-
CMYK00.850.680.41
HSL347.81º74.42%33.73%-
HSV(B)347.81º85.33%58.82%-
XYZ13.47.273.49-
YUV63.24119.41189.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.18%
GREEN value IS 22 (8.98% from 255) = 10%
BLUE value IS 48 (19.14% from 255) = 21.82%
R=68.18%
G=10%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150224800.850.680.41347.8174.4233.73
Hex961630055442915c4a22
Octal226266001251045153411242
Binary10010110101101100000101010110001001010011010111001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961630; }

 p { color: rgb(150,22,48); }

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

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

 a { background-color: rgb(150,22,48); }

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

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

 span { border-color: rgb(150,22,48); }

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