Html Css Color HEX #961831 Bright Red

📋 copy color: '#961831'

red 150 ◦ green 24 ◦ blue 49

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

Shades of Bright Red #961831

Tints of Bright Red #961831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.76%

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

R = 67.26%
G = 10.76%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#961831 (or 0x961831) is known color: Bright Red. HEX triplet: 96, 18 and 31. RGB value is (150,24,49). Sum of RGB (Red+Green+Blue) = 150+24+49=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #961831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961831 is #69E7CE. Grayscale: #404040. Windows color (decimal): -6940623 or 3217558. OLE color: 3217558.

HSL color Cylindrical-coordinate representation of color #961831: hue angle of 348.1º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961831 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 49 -
CMYK 0 0.84 0.67 0.41
HSL 348.1º 0.72% 0.34% -
HSV(B) 348.1º 0.84% 0.59% -
XYZ 13.46 7.36 3.62 -
YUV 64.52 119.24 188.97 -
System Red Green Blue C M Y K H S L
Decimal 150 24 49 0 0.84 0.67 0.41 348.1 0.72 0.34
Hex 96 18 31 0 54 43 29 15C 48 22
Octal 226 30 61 0 124 103 51 534 110 42
Binary 10010110 11000 110001 0 1010100 1000011 101001 101011100 1001000 100010

Color Harmonies of #961831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961831

Black with #961831

Text Example


Text Example

White with #961831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961831; }

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

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

background-color css

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

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

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

border-color css

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

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

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