#8D2732

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

Shades of Bright Red #8D2732

Tints of Bright Red #8D2732

Color information

#8D2732 (or 0x8D2732) is unknown color: approx Bright Red. HEX triplet: 8D, 27 and 32. RGB value is (141,39,50). Sum of RGB (Red+Green+Blue) = 141+39+50=230 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.30% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2732 is #72D8CD. Grayscale: #464646. Windows color (decimal): -7526606 or 3286925. OLE color: 3286925.

HSL color Cylindrical-coordinate representation of color #8D2732: hue angle of 353.53º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D2732 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1413950-
CMYK00.720.650.45
HSL353.53º56.67%35.29%-
HSV(B)353.53º72.34%55.29%-
XYZ12.297.343.79-
YUV70.75116.29178.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 61.30%
GREEN value IS 39 (15.62% from 255) = 16.96%
BLUE value IS 50 (19.92% from 255) = 21.74%
R=61.30%
G=16.96%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141395000.720.650.45353.5356.6735.29
Hex8D2732048412D1623923
Octal21547620110101555427143
Binary10001101100111110010010010001000001101101101100010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D2732; }

 p { color: rgb(141,39,50); }

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

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

 a { background-color: rgb(141,39,50); }

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

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

 span { border-color: rgb(141,39,50); }

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