#971732

Color #971732 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #971732

Tints of Bright Red #971732

Color information

#971732 (or 0x971732) is unknown color: approx Bright Red. HEX triplet: 97, 17 and 32. RGB value is (151,23,50). Sum of RGB (Red+Green+Blue) = 151+23+50=224 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.41% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 151 - color contains mainly: red. Hex color #971732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971732 is #68E8CD. Grayscale: #404040. Windows color (decimal): -6875342 or 3282839. OLE color: 3282839.

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

Color convert

RGB1512350-
CMYK00.850.670.41
HSL347.34º73.56%34.12%-
HSV(B)347.34º84.77%59.22%-
XYZ13.647.423.73-
YUV64.35119.91189.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 67.41%
GREEN value IS 23 (9.38% from 255) = 10.27%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=67.41%
G=10.27%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151235000.850.670.41347.3473.5634.12
Hex971732055432915b4a22
Octal227276201251035153311242
Binary10010111101111100100101010110000111010011010110111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971732; }

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

 H1.HeaderClassName
 {
   color: #971732;
 }
 .AnyTagClassName
 {
   color: #971732;
 }
</style>
background-color css

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

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

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

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

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

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