Html Css Color HEX #962931 Bright Red

📋 copy color: '#962931'

red 150 ◦ green 41 ◦ blue 49

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

Shades of Bright Red #962931

Tints of Bright Red #962931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.08%

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

R = 62.5%
G = 17.08%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#962931 (or 0x962931) is known color: Bright Red. HEX triplet: 96, 29 and 31. RGB value is (150,41,49). Sum of RGB (Red+Green+Blue) = 150+41+49=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #962931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962931 is #69D6CE. Grayscale: #4A4A4A. Windows color (decimal): -6936271 or 3221910. OLE color: 3221910.

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

Color convert

RGB 150 41 49 -
CMYK 0 0.73 0.67 0.41
HSL 355.6º 0.57% 0.37% -
HSV(B) 355.6º 0.73% 0.59% -
XYZ 13.93 8.29 3.77 -
YUV 74.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 150 41 49 0 0.73 0.67 0.41 355.6 0.57 0.37
Hex 96 29 31 0 49 43 29 164 39 25
Octal 226 51 61 0 111 103 51 544 71 45
Binary 10010110 101001 110001 0 1001001 1000011 101001 101100100 111001 100101

Color Harmonies of #962931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962931

Black with #962931

Text Example


Text Example

White with #962931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962931; }

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

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

background-color css

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

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

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

border-color css

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

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

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