#882D32

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

Shades of Flame Red #882D32

Tints of Flame Red #882D32

Color information

#882D32 (or 0x882D32) is unknown color: approx Flame Red. HEX triplet: 88, 2D and 32. RGB value is (136,45,50). Sum of RGB (Red+Green+Blue) = 136+45+50=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #882D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D32 is #77D2CD. Grayscale: #484848. Windows color (decimal): -7852750 or 3288456. OLE color: 3288456.

HSL color Cylindrical-coordinate representation of color #882D32: hue angle of 356.7º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #882D32 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1364550-
CMYK00.670.630.47
HSL356.7º50.28%35.49%-
HSV(B)356.7º66.91%53.33%-
XYZ11.677.343.82-
YUV72.78115.15173.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.87%
GREEN value IS 45 (17.97% from 255) = 19.48%
BLUE value IS 50 (19.92% from 255) = 21.65%
R=58.87%
G=19.48%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136455000.670.630.47356.750.2835.49
Hex882D320433F2F1653223
Octal2105562010377575456243
Binary1000100010110111001001000011111111101111101100101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882D32; }

 p { color: rgb(136,45,50); }

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

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

 a { background-color: rgb(136,45,50); }

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

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

 span { border-color: rgb(136,45,50); }

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