Html Css Color HEX #852027 Flame Red

📋 copy color: '#852027'

red 133 ◦ green 32 ◦ blue 39

#852027
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #852027

Tints of Flame Red #852027

RGB

 RED value IS 133 (52.34% from 255) = 65.2%

 GREEN value IS 32 (12.89% from 255) = 15.69%

 BLUE value IS 39 (15.63% from 255) = 19.12%

R = 65.2%
G = 15.69%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#852027 (or 0x852027) is known color: 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

RGB 133 32 39 -
CMYK 0 0.76 0.71 0.48
HSL 355.84º 0.61% 0.32% -
HSV(B) 355.84º 0.76% 0.52% -
XYZ 10.56 6.17 2.55 -
YUV 63 114.46 177.93 -
System Red Green Blue C M Y K H S L
Decimal 133 32 39 0 0.76 0.71 0.48 355.84 0.61 0.32
Hex 85 20 27 0 4C 47 30 164 3D 20
Octal 205 40 47 0 114 107 60 544 75 40
Binary 10000101 100000 100111 0 1001100 1000111 110000 101100100 111101 100000

Color Harmonies of #852027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852027

Black with #852027

Text Example


Text Example

White with #852027

Text Example


Text Example

HTML Codes & Css Web 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>