Html Css Color HEX #832227 Flame Red

📋 copy color: '#832227'

red 131 ◦ green 34 ◦ blue 39

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

Shades of Flame Red #832227

Tints of Flame Red #832227

RGB

 RED value IS 131 (51.56% from 255) = 64.22%

 GREEN value IS 34 (13.67% from 255) = 16.67%

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

R = 64.22%
G = 16.67%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#832227 (or 0x832227) is known color: Flame Red. HEX triplet: 83, 22 and 27. RGB value is (131,34,39). Sum of RGB (Red+Green+Blue) = 131+34+39=204 (27% of max value = 765). Red value is 131 (51.56% from 255 or 64.22% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 131 - color contains mainly: red. Hex color #832227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832227 is #7CDDD8. Grayscale: #3F3F3F. Windows color (decimal): -8183257 or 2564739. OLE color: 2564739.

HSL color Cylindrical-coordinate representation of color #832227: hue angle of 356.91º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #832227 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 34 39 -
CMYK 0 0.74 0.70 0.49
HSL 356.91º 0.59% 0.32% -
HSV(B) 356.91º 0.74% 0.51% -
XYZ 10.3 6.12 2.56 -
YUV 63.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 131 34 39 0 0.74 0.70 0.49 356.91 0.59 0.32
Hex 83 22 27 0 4A 46 31 165 3B 20
Octal 203 42 47 0 112 106 61 545 73 40
Binary 10000011 100010 100111 0 1001010 1000110 110001 101100101 111011 100000

Color Harmonies of #832227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832227

Black with #832227

Text Example


Text Example

White with #832227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832227; }

 p { color: rgb(131,34,39); }

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

background-color css

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

 a { background-color: rgb(131,34,39); }

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

border-color css

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

 span { border-color: rgb(131,34,39); }

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