Html Css Color HEX #961332 Bright Red

📋 copy color: '#961332'

red 150 ◦ green 19 ◦ blue 50

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

Shades of Bright Red #961332

Tints of Bright Red #961332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.83%

R = 68.49%
G = 8.68%
B = 22.83%

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

#961332 (or 0x961332) is known color: Bright Red. HEX triplet: 96, 13 and 32. RGB value is (150,19,50). Sum of RGB (Red+Green+Blue) = 150+19+50=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #961332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961332 is #69ECCD. Grayscale: #3D3D3D. Windows color (decimal): -6941902 or 3281814. OLE color: 3281814.

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

Color convert

RGB 150 19 50 -
CMYK 0 0.87 0.67 0.41
HSL 345.8º 0.78% 0.33% -
HSV(B) 345.8º 0.87% 0.59% -
XYZ 13.39 7.18 3.7 -
YUV 61.7 121.4 190.98 -
System Red Green Blue C M Y K H S L
Decimal 150 19 50 0 0.87 0.67 0.41 345.8 0.78 0.33
Hex 96 13 32 0 57 43 29 15A 4E 21
Octal 226 23 62 0 127 103 51 532 116 41
Binary 10010110 10011 110010 0 1010111 1000011 101001 101011010 1001110 100001

Color Harmonies of #961332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961332

Black with #961332

Text Example


Text Example

White with #961332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961332; }

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

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

background-color css

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

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

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

border-color css

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

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

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