#852028

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

Shades of Flame Red #852028

Tints of Flame Red #852028

Color information

#852028 (or 0x852028) is unknown color: approx Flame Red. HEX triplet: 85, 20 and 28. RGB value is (133,32,40). Sum of RGB (Red+Green+Blue) = 133+32+40=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #852028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852028 is #7ADFD7. Grayscale: #3F3F3F. Windows color (decimal): -8052696 or 2629765. OLE color: 2629765.

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

Color convert

RGB1333240-
CMYK00.760.700.48
HSL355.25º61.21%32.35%-
HSV(B)355.25º75.94%52.16%-
XYZ10.576.172.64-
YUV63.11114.96177.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.88%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 40 (16.02% from 255) = 19.51%
R=64.88%
G=15.61%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133324000.760.700.48355.2561.2132.35
Hex85202804C46301633d20
Octal20540500114106605437540
Binary10000101100000101000010011001000110110000101100011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852028; }

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

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

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

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

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

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

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

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