Html Css Color HEX #832328 Flame Red

📋 copy color: '#832328'

red 131 ◦ green 35 ◦ blue 40

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

Shades of Flame Red #832328

Tints of Flame Red #832328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 63.59%
G = 16.99%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#832328 (or 0x832328) is known color: Flame Red. HEX triplet: 83, 23 and 28. RGB value is (131,35,40). Sum of RGB (Red+Green+Blue) = 131+35+40=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #832328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832328 is #7CDCD7. Grayscale: #404040. Windows color (decimal): -8183000 or 2630531. OLE color: 2630531.

HSL color Cylindrical-coordinate representation of color #832328: hue angle of 356.88º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #832328 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 35 40 -
CMYK 0 0.73 0.69 0.49
HSL 356.88º 0.58% 0.33% -
HSV(B) 356.88º 0.73% 0.51% -
XYZ 10.34 6.18 2.66 -
YUV 64.27 114.3 175.59 -
System Red Green Blue C M Y K H S L
Decimal 131 35 40 0 0.73 0.69 0.49 356.88 0.58 0.33
Hex 83 23 28 0 49 45 31 165 3A 21
Octal 203 43 50 0 111 105 61 545 72 41
Binary 10000011 100011 101000 0 1001001 1000101 110001 101100101 111010 100001

Color Harmonies of #832328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832328

Black with #832328

Text Example


Text Example

White with #832328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832328; }

 p { color: rgb(131,35,40); }

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

background-color css

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

 a { background-color: rgb(131,35,40); }

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

border-color css

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

 span { border-color: rgb(131,35,40); }

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