Html Css Color HEX #961331 Bright Red

📋 copy color: '#961331'

red 150 ◦ green 19 ◦ blue 49

#961331
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #961331

Tints of Bright Red #961331

RGB

 RED value IS 150 (58.98% from 255) = 68.81%

 GREEN value IS 19 (7.81% from 255) = 8.72%

 BLUE value IS 49 (19.53% from 255) = 22.48%

R = 68.81%
G = 8.72%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#961331 (or 0x961331) is known color: Bright Red. HEX triplet: 96, 13 and 31. RGB value is (150,19,49). Sum of RGB (Red+Green+Blue) = 150+19+49=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #961331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961331 is #69ECCE. Grayscale: #3D3D3D. Windows color (decimal): -6941903 or 3216278. OLE color: 3216278.

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

Color convert

RGB 150 19 49 -
CMYK 0 0.87 0.67 0.41
HSL 346.26º 0.78% 0.33% -
HSV(B) 346.26º 0.87% 0.59% -
XYZ 13.36 7.17 3.59 -
YUV 61.59 120.9 191.06 -
System Red Green Blue C M Y K H S L
Decimal 150 19 49 0 0.87 0.67 0.41 346.26 0.78 0.33
Hex 96 13 31 0 57 43 29 15A 4E 21
Octal 226 23 61 0 127 103 51 532 116 41
Binary 10010110 10011 110001 0 1010111 1000011 101001 101011010 1001110 100001

Color Harmonies of #961331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961331

Black with #961331

Text Example


Text Example

White with #961331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961331; }

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

 H1.HeaderClassName
 {
   color: #961331;
 }
 .AnyTagClassName
 {
   color: #961331;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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