Html Css Color HEX #961733 Bright Red

📋 copy color: '#961733'

red 150 ◦ green 23 ◦ blue 51

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

Shades of Bright Red #961733

Tints of Bright Red #961733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.27%

 BLUE value IS 51 (20.31% from 255) = 22.77%

R = 66.96%
G = 10.27%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#961733 (or 0x961733) is known color: Bright Red. HEX triplet: 96, 17 and 33. RGB value is (150,23,51). Sum of RGB (Red+Green+Blue) = 150+23+51=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #961733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961733 is #69E8CC. Grayscale: #404040. Windows color (decimal): -6940877 or 3348374. OLE color: 3348374.

HSL color Cylindrical-coordinate representation of color #961733: hue angle of 346.77º degrees, saturation: 0.73, 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 #961733 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 23 51 -
CMYK 0 0.85 0.66 0.41
HSL 346.77º 0.73% 0.34% -
HSV(B) 346.77º 0.85% 0.59% -
XYZ 13.48 7.34 3.84 -
YUV 64.17 120.58 189.22 -
System Red Green Blue C M Y K H S L
Decimal 150 23 51 0 0.85 0.66 0.41 346.77 0.73 0.34
Hex 96 17 33 0 55 42 29 15B 49 22
Octal 226 27 63 0 125 102 51 533 111 42
Binary 10010110 10111 110011 0 1010101 1000010 101001 101011011 1001001 100010

Color Harmonies of #961733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961733

Black with #961733

Text Example


Text Example

White with #961733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961733; }

 p { color: rgb(150,23,51); }

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

background-color css

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

 a { background-color: rgb(150,23,51); }

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

border-color css

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

 span { border-color: rgb(150,23,51); }

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