Html Css Color HEX #971831 Bright Red

📋 copy color: '#971831'

red 151 ◦ green 24 ◦ blue 49

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

Shades of Bright Red #971831

Tints of Bright Red #971831

RGB

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

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

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

R = 67.41%
G = 10.71%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#971831 (or 0x971831) is known color: Bright Red. HEX triplet: 97, 18 and 31. RGB value is (151,24,49). Sum of RGB (Red+Green+Blue) = 151+24+49=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #971831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971831 is #68E7CE. Grayscale: #404040. Windows color (decimal): -6875087 or 3217559. OLE color: 3217559.

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

Color convert

RGB 151 24 49 -
CMYK 0 0.84 0.68 0.41
HSL 348.19º 0.73% 0.34% -
HSV(B) 348.19º 0.84% 0.59% -
XYZ 13.64 7.45 3.63 -
YUV 64.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 151 24 49 0 0.84 0.68 0.41 348.19 0.73 0.34
Hex 97 18 31 0 54 44 29 15C 49 22
Octal 227 30 61 0 124 104 51 534 111 42
Binary 10010111 11000 110001 0 1010100 1000100 101001 101011100 1001001 100010

Color Harmonies of #971831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971831

Black with #971831

Text Example


Text Example

White with #971831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971831; }

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

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

background-color css

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

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

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

border-color css

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

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

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