#852629

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

Shades of Flame Red #852629

Tints of Flame Red #852629

Color information

#852629 (or 0x852629) is unknown color: approx Flame Red. HEX triplet: 85, 26 and 29. RGB value is (133,38,41). Sum of RGB (Red+Green+Blue) = 133+38+41=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #852629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852629 is #7AD9D6. Grayscale: #424242. Windows color (decimal): -8051159 or 2696837. OLE color: 2696837.

HSL color Cylindrical-coordinate representation of color #852629: hue angle of 358.11º degrees, saturation: 0.56, 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 #852629 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB1333841-
CMYK00.710.690.48
HSL358.11º55.56%33.53%-
HSV(B)358.11º71.43%52.16%-
XYZ10.776.532.79-
YUV66.75113.47175.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.74%
GREEN value IS 38 (15.23% from 255) = 17.92%
BLUE value IS 41 (16.41% from 255) = 19.34%
R=62.74%
G=17.92%
B=19.34%

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
Decimal133384100.710.690.48358.1155.5633.53
Hex85262904745301663822
Octal20546510107105605467042
Binary10000101100110101001010001111000101110000101100110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852629; }

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

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

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

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

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

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

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

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