Html Css Color HEX #852527 Flame Red

📋 copy color: '#852527'

red 133 ◦ green 37 ◦ blue 39

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

Shades of Flame Red #852527

Tints of Flame Red #852527

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.7%

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

R = 63.64%
G = 17.7%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#852527 (or 0x852527) is known color: Flame Red. HEX triplet: 85, 25 and 27. RGB value is (133,37,39). Sum of RGB (Red+Green+Blue) = 133+37+39=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #852527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852527 is #7ADAD8. Grayscale: #424242. Windows color (decimal): -8051417 or 2565509. OLE color: 2565509.

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

Color convert

RGB 133 37 39 -
CMYK 0 0.72 0.71 0.48
HSL 358.75º 0.56% 0.33% -
HSV(B) 358.75º 0.72% 0.52% -
XYZ 10.7 6.46 2.6 -
YUV 65.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 133 37 39 0 0.72 0.71 0.48 358.75 0.56 0.33
Hex 85 25 27 0 48 47 30 167 38 21
Octal 205 45 47 0 110 107 60 547 70 41
Binary 10000101 100101 100111 0 1001000 1000111 110000 101100111 111000 100001

Color Harmonies of #852527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852527

Black with #852527

Text Example


Text Example

White with #852527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852527; }

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

 H1.HeaderClassName
 {
   color: #852527;
 }
 .AnyTagClassName
 {
   color: #852527;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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