#961335

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

Shades of Bright Red #961335

Tints of Bright Red #961335

Color information

#961335 (or 0x961335) is unknown color: approx Bright Red. HEX triplet: 96, 13 and 35. RGB value is (150,19,53). Sum of RGB (Red+Green+Blue) = 150+19+53=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #961335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961335 is #69ECCA. Grayscale: #3E3E3E. Windows color (decimal): -6941899 or 3478422. OLE color: 3478422.

HSL color Cylindrical-coordinate representation of color #961335: hue angle of 344.43º 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 #961335 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1501953-
CMYK00.870.650.41
HSL344.43º77.51%33.14%-
HSV(B)344.43º87.33%58.82%-
XYZ13.457.214.05-
YUV62.04122.9190.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.57%
GREEN value IS 19 (7.81% from 255) = 8.56%
BLUE value IS 53 (21.09% from 255) = 23.87%
R=67.57%
G=8.56%
B=23.87%

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
Decimal150195300.870.650.41344.4377.5133.14
Hex96133505741291584e21
Octal226236501271015153011641
Binary10010110100111101010101011110000011010011010110001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961335; }

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

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

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

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

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

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

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

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