#961334

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

Shades of Bright Red #961334

Tints of Bright Red #961334

Color information

#961334 (or 0x961334) is unknown color: approx Bright Red. HEX triplet: 96, 13 and 34. RGB value is (150,19,52). Sum of RGB (Red+Green+Blue) = 150+19+52=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #961334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961334 is #69ECCB. Grayscale: #3D3D3D. Windows color (decimal): -6941900 or 3412886. OLE color: 3412886.

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

Color convert

RGB1501952-
CMYK00.870.650.41
HSL344.89º77.51%33.14%-
HSV(B)344.89º87.33%58.82%-
XYZ13.437.23.93-
YUV61.93122.4190.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.87%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=67.87%
G=8.60%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150195200.870.650.41344.8977.5133.14
Hex96133405741291594e21
Octal226236401271015153111641
Binary10010110100111101000101011110000011010011010110011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961334; }

 p { color: rgb(150,19,52); }

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

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

 a { background-color: rgb(150,19,52); }

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

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

 span { border-color: rgb(150,19,52); }

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