Html Css Color HEX #962131 Bright Red

📋 copy color: '#962131'

red 150 ◦ green 33 ◦ blue 49

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

Shades of Bright Red #962131

Tints of Bright Red #962131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

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

R = 64.66%
G = 14.22%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#962131 (or 0x962131) is known color: Bright Red. HEX triplet: 96, 21 and 31. RGB value is (150,33,49). Sum of RGB (Red+Green+Blue) = 150+33+49=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #962131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962131 is #69DECE. Grayscale: #454545. Windows color (decimal): -6938319 or 3219862. OLE color: 3219862.

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

Color convert

RGB 150 33 49 -
CMYK 0 0.78 0.67 0.41
HSL 351.79º 0.64% 0.36% -
HSV(B) 351.79º 0.78% 0.59% -
XYZ 13.68 7.79 3.69 -
YUV 69.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 150 33 49 0 0.78 0.67 0.41 351.79 0.64 0.36
Hex 96 21 31 0 4E 43 29 160 40 24
Octal 226 41 61 0 116 103 51 540 100 44
Binary 10010110 100001 110001 0 1001110 1000011 101001 101100000 1000000 100100

Color Harmonies of #962131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962131

Black with #962131

Text Example


Text Example

White with #962131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962131; }

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

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

background-color css

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

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

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

border-color css

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

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

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