Html Css Color HEX #961431 Bright Red

📋 copy color: '#961431'

red 150 ◦ green 20 ◦ blue 49

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

Shades of Bright Red #961431

Tints of Bright Red #961431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.13%

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

R = 68.49%
G = 9.13%
B = 22.37%

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

#961431 (or 0x961431) is known color: Bright Red. HEX triplet: 96, 14 and 31. RGB value is (150,20,49). Sum of RGB (Red+Green+Blue) = 150+20+49=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #961431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961431 is #69EBCE. Grayscale: #3E3E3E. Windows color (decimal): -6941647 or 3216534. OLE color: 3216534.

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

Color convert

RGB 150 20 49 -
CMYK 0 0.87 0.67 0.41
HSL 346.62º 0.76% 0.33% -
HSV(B) 346.62º 0.87% 0.59% -
XYZ 13.38 7.21 3.59 -
YUV 62.18 120.57 190.64 -
System Red Green Blue C M Y K H S L
Decimal 150 20 49 0 0.87 0.67 0.41 346.62 0.76 0.33
Hex 96 14 31 0 57 43 29 15B 4C 21
Octal 226 24 61 0 127 103 51 533 114 41
Binary 10010110 10100 110001 0 1010111 1000011 101001 101011011 1001100 100001

Color Harmonies of #961431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961431

Black with #961431

Text Example


Text Example

White with #961431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961431; }

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

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

background-color css

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

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

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

border-color css

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

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

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