Html Css Color HEX #852327 Flame Red

📋 copy color: '#852327'

red 133 ◦ green 35 ◦ blue 39

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

Shades of Flame Red #852327

Tints of Flame Red #852327

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.91%

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

R = 64.25%
G = 16.91%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#852327 (or 0x852327) is known color: Flame Red. HEX triplet: 85, 23 and 27. RGB value is (133,35,39). Sum of RGB (Red+Green+Blue) = 133+35+39=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #852327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852327 is #7ADCD8. Grayscale: #404040. Windows color (decimal): -8051929 or 2564997. OLE color: 2564997.

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

Color convert

RGB 133 35 39 -
CMYK 0 0.74 0.71 0.48
HSL 357.55º 0.58% 0.33% -
HSV(B) 357.55º 0.74% 0.52% -
XYZ 10.64 6.34 2.58 -
YUV 64.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 133 35 39 0 0.74 0.71 0.48 357.55 0.58 0.33
Hex 85 23 27 0 4A 47 30 166 3A 21
Octal 205 43 47 0 112 107 60 546 72 41
Binary 10000101 100011 100111 0 1001010 1000111 110000 101100110 111010 100001

Color Harmonies of #852327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852327

Black with #852327

Text Example


Text Example

White with #852327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852327; }

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

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

background-color css

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

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

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

border-color css

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

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

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