#971833

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

Shades of Bright Red #971833

Tints of Bright Red #971833

Color information

#971833 (or 0x971833) is unknown color: approx Bright Red. HEX triplet: 97, 18 and 33. RGB value is (151,24,51). Sum of RGB (Red+Green+Blue) = 151+24+51=226 (29% of max value = 765). Red value is 151 (59.38% from 255 or 66.81% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 151 - color contains mainly: red. Hex color #971833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971833 is #68E7CC. Grayscale: #414141. Windows color (decimal): -6875085 or 3348631. OLE color: 3348631.

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

Color convert

RGB1512451-
CMYK00.840.660.41
HSL347.24º72.57%34.31%-
HSV(B)347.24º84.11%59.22%-
XYZ13.697.473.85-
YUV65.05120.08189.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 66.81%
GREEN value IS 24 (9.77% from 255) = 10.62%
BLUE value IS 51 (20.31% from 255) = 22.57%
R=66.81%
G=10.62%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151245100.840.660.41347.2472.5734.31
Hex971833054422915b4922
Octal227306301241025153311142
Binary10010111110001100110101010010000101010011010110111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971833; }

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

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

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

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

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

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

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

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