#852528

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

Shades of Flame Red #852528

Tints of Flame Red #852528

Color information

#852528 (or 0x852528) is unknown color: approx Flame Red. HEX triplet: 85, 25 and 28. RGB value is (133,37,40). Sum of RGB (Red+Green+Blue) = 133+37+40=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #852528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852528 is #7ADAD7. Grayscale: #424242. Windows color (decimal): -8051416 or 2631045. OLE color: 2631045.

HSL color Cylindrical-coordinate representation of color #852528: hue angle of 358.12º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852528 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB1333740-
CMYK00.720.700.48
HSL358.12º56.47%33.33%-
HSV(B)358.12º72.18%52.16%-
XYZ10.726.462.69-
YUV66.05113.3175.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.33%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 40 (16.02% from 255) = 19.05%
R=63.33%
G=17.62%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133374000.720.700.48358.1256.4733.33
Hex85252804846301663821
Octal20545500110106605467041
Binary10000101100101101000010010001000110110000101100110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852528; }

 p { color: rgb(133,37,40); }

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

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

 a { background-color: rgb(133,37,40); }

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

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

 span { border-color: rgb(133,37,40); }

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