Html Css Color HEX #832127 Flame Red

📋 copy color: '#832127'

red 131 ◦ green 33 ◦ blue 39

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

Shades of Flame Red #832127

Tints of Flame Red #832127

RGB

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

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

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

R = 64.53%
G = 16.26%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#832127 (or 0x832127) is known color: Flame Red. HEX triplet: 83, 21 and 27. RGB value is (131,33,39). Sum of RGB (Red+Green+Blue) = 131+33+39=203 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.53% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 131 - color contains mainly: red. Hex color #832127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832127 is #7CDED8. Grayscale: #3F3F3F. Windows color (decimal): -8183513 or 2564483. OLE color: 2564483.

HSL color Cylindrical-coordinate representation of color #832127: hue angle of 356.33º 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 #832127 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 33 39 -
CMYK 0 0.75 0.70 0.49
HSL 356.33º 0.6% 0.32% -
HSV(B) 356.33º 0.75% 0.51% -
XYZ 10.27 6.06 2.55 -
YUV 62.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 131 33 39 0 0.75 0.70 0.49 356.33 0.6 0.32
Hex 83 21 27 0 4B 46 31 164 3C 20
Octal 203 41 47 0 113 106 61 544 74 40
Binary 10000011 100001 100111 0 1001011 1000110 110001 101100100 111100 100000

Color Harmonies of #832127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832127

Black with #832127

Text Example


Text Example

White with #832127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832127; }

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

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

background-color css

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

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

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

border-color css

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

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

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