Html Css Color HEX #971331 Bright Red

📋 copy color: '#971331'

red 151 ◦ green 19 ◦ blue 49

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

Shades of Bright Red #971331

Tints of Bright Red #971331

RGB

 RED value IS 151 (59.38% from 255) = 68.95%

 GREEN value IS 19 (7.81% from 255) = 8.68%

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

R = 68.95%
G = 8.68%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#971331 (or 0x971331) is known color: Bright Red. HEX triplet: 97, 13 and 31. RGB value is (151,19,49). Sum of RGB (Red+Green+Blue) = 151+19+49=219 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.95% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 151 - color contains mainly: red. Hex color #971331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971331 is #68ECCE. Grayscale: #3D3D3D. Windows color (decimal): -6876367 or 3216279. OLE color: 3216279.

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

Color convert

RGB 151 19 49 -
CMYK 0 0.87 0.68 0.41
HSL 346.36º 0.78% 0.33% -
HSV(B) 346.36º 0.87% 0.59% -
XYZ 13.55 7.27 3.59 -
YUV 61.89 120.73 191.56 -
System Red Green Blue C M Y K H S L
Decimal 151 19 49 0 0.87 0.68 0.41 346.36 0.78 0.33
Hex 97 13 31 0 57 44 29 15A 4E 21
Octal 227 23 61 0 127 104 51 532 116 41
Binary 10010111 10011 110001 0 1010111 1000100 101001 101011010 1001110 100001

Color Harmonies of #971331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971331

Black with #971331

Text Example


Text Example

White with #971331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971331; }

 p { color: rgb(151,19,49); }

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

background-color css

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

 a { background-color: rgb(151,19,49); }

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

border-color css

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

 span { border-color: rgb(151,19,49); }

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