Html Css Color HEX #971332 Bright Red

📋 copy color: '#971332'

red 151 ◦ green 19 ◦ blue 50

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

Shades of Bright Red #971332

Tints of Bright Red #971332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.73%

R = 68.64%
G = 8.64%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#971332 (or 0x971332) is known color: Bright Red. HEX triplet: 97, 13 and 32. RGB value is (151,19,50). Sum of RGB (Red+Green+Blue) = 151+19+50=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #971332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971332 is #68ECCD. Grayscale: #3E3E3E. Windows color (decimal): -6876366 or 3281815. OLE color: 3281815.

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

Color convert

RGB 151 19 50 -
CMYK 0 0.87 0.67 0.41
HSL 345.91º 0.78% 0.33% -
HSV(B) 345.91º 0.87% 0.59% -
XYZ 13.57 7.28 3.71 -
YUV 62 121.23 191.48 -
System Red Green Blue C M Y K H S L
Decimal 151 19 50 0 0.87 0.67 0.41 345.91 0.78 0.33
Hex 97 13 32 0 57 43 29 15A 4E 21
Octal 227 23 62 0 127 103 51 532 116 41
Binary 10010111 10011 110010 0 1010111 1000011 101001 101011010 1001110 100001

Color Harmonies of #971332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971332

Black with #971332

Text Example


Text Example

White with #971332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971332; }

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

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

background-color css

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

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

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

border-color css

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

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

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