#852027

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

Shades of Flame Red #852027

Tints of Flame Red #852027

Color information

#852027 (or 0x852027) is unknown color: approx Flame Red. HEX triplet: 85, 20 and 27. RGB value is (133,32,39). Sum of RGB (Red+Green+Blue) = 133+32+39=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #852027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852027 is #7ADFD8. Grayscale: #3F3F3F. Windows color (decimal): -8052697 or 2564229. OLE color: 2564229.

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

Color convert

RGB1333239-
CMYK00.760.710.48
HSL355.84º61.21%32.35%-
HSV(B)355.84º75.94%52.16%-
XYZ10.566.172.55-
YUV63114.46177.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.20%
GREEN value IS 32 (12.89% from 255) = 15.69%
BLUE value IS 39 (15.62% from 255) = 19.12%
R=65.20%
G=15.69%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133323900.760.710.48355.8461.2132.35
Hex85202704C47301643d20
Octal20540470114107605447540
Binary10000101100000100111010011001000111110000101100100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852027; }

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

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

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

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

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

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

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

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