Html Css Color HEX #832129 Flame Red

📋 copy color: '#832129'

red 131 ◦ green 33 ◦ blue 41

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

Shades of Flame Red #832129

Tints of Flame Red #832129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.1%

 BLUE value IS 41 (16.41% from 255) = 20%

R = 63.9%
G = 16.1%
B = 20%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#832129 (or 0x832129) is known color: Flame Red. HEX triplet: 83, 21 and 29. RGB value is (131,33,41). Sum of RGB (Red+Green+Blue) = 131+33+41=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #832129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832129 is #7CDED6. Grayscale: #3F3F3F. Windows color (decimal): -8183511 or 2695555. OLE color: 2695555.

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

Color convert

RGB 131 33 41 -
CMYK 0 0.75 0.69 0.49
HSL 355.1º 0.6% 0.32% -
HSV(B) 355.1º 0.75% 0.51% -
XYZ 10.3 6.07 2.73 -
YUV 63.21 115.47 176.35 -
System Red Green Blue C M Y K H S L
Decimal 131 33 41 0 0.75 0.69 0.49 355.1 0.6 0.32
Hex 83 21 29 0 4B 45 31 163 3C 20
Octal 203 41 51 0 113 105 61 543 74 40
Binary 10000011 100001 101001 0 1001011 1000101 110001 101100011 111100 100000

Color Harmonies of #832129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832129

Black with #832129

Text Example


Text Example

White with #832129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832129; }

 p { color: rgb(131,33,41); }

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

background-color css

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

 a { background-color: rgb(131,33,41); }

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

border-color css

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

 span { border-color: rgb(131,33,41); }

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