Html Css Color HEX #961731 Bright Red

📋 copy color: '#961731'

red 150 ◦ green 23 ◦ blue 49

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

Shades of Bright Red #961731

Tints of Bright Red #961731

RGB

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

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

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

R = 67.57%
G = 10.36%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#961731 (or 0x961731) is known color: Bright Red. HEX triplet: 96, 17 and 31. RGB value is (150,23,49). Sum of RGB (Red+Green+Blue) = 150+23+49=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #961731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961731 is #69E8CE. Grayscale: #3F3F3F. Windows color (decimal): -6940879 or 3217302. OLE color: 3217302.

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

Color convert

RGB 150 23 49 -
CMYK 0 0.85 0.67 0.41
HSL 347.72º 0.73% 0.34% -
HSV(B) 347.72º 0.85% 0.59% -
XYZ 13.44 7.32 3.61 -
YUV 63.94 119.58 189.39 -
System Red Green Blue C M Y K H S L
Decimal 150 23 49 0 0.85 0.67 0.41 347.72 0.73 0.34
Hex 96 17 31 0 55 43 29 15C 49 22
Octal 226 27 61 0 125 103 51 534 111 42
Binary 10010110 10111 110001 0 1010101 1000011 101001 101011100 1001001 100010

Color Harmonies of #961731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961731

Black with #961731

Text Example


Text Example

White with #961731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961731; }

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

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

background-color css

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

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

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

border-color css

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

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

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