#852729

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

Shades of Flame Red #852729

Tints of Flame Red #852729

Color information

#852729 (or 0x852729) is unknown color: approx Flame Red. HEX triplet: 85, 27 and 29. RGB value is (133,39,41). Sum of RGB (Red+Green+Blue) = 133+39+41=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #852729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852729 is #7AD8D6. Grayscale: #434343. Windows color (decimal): -8050903 or 2697093. OLE color: 2697093.

HSL color Cylindrical-coordinate representation of color #852729: hue angle of 358.72º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852729 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB1333941-
CMYK00.710.690.48
HSL358.72º54.65%33.73%-
HSV(B)358.72º70.68%52.16%-
XYZ10.86.62.8-
YUV67.33113.14174.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.44%
GREEN value IS 39 (15.62% from 255) = 18.31%
BLUE value IS 41 (16.41% from 255) = 19.25%
R=62.44%
G=18.31%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133394100.710.690.48358.7254.6533.73
Hex85272904745301673722
Octal20547510107105605476742
Binary10000101100111101001010001111000101110000101100111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852729; }

 p { color: rgb(133,39,41); }

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

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

 a { background-color: rgb(133,39,41); }

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

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

 span { border-color: rgb(133,39,41); }

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