Html Css Color HEX #832202 Falu Red

📋 copy color: '#832202'

red 131 ◦ green 34 ◦ blue 2

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

Shades of Falu Red #832202

Tints of Falu Red #832202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.2%

R = 78.44%
G = 20.36%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#832202 (or 0x832202) is known color: Falu Red. HEX triplet: 83, 22 and 02. RGB value is (131,34,2). Sum of RGB (Red+Green+Blue) = 131+34+2=167 (22% of max value = 765). Red value is 131 (51.56% from 255 or 78.44% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 131 - color contains mainly: red. Hex color #832202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832202 is #7CDDFD. Grayscale: #3B3B3B. Windows color (decimal): -8183294 or 139907. OLE color: 139907.

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

Color convert

RGB 131 34 2 -
CMYK 0 0.74 0.98 0.49
HSL 14.88º 0.97% 0.26% -
HSV(B) 14.88º 0.98% 0.51% -
XYZ 9.94 5.97 0.69 -
YUV 59.36 95.64 179.1 -
System Red Green Blue C M Y K H S L
Decimal 131 34 2 0 0.74 0.98 0.49 14.88 0.97 0.26
Hex 83 22 2 0 4A 62 31 F 61 1A
Octal 203 42 2 0 112 142 61 17 141 32
Binary 10000011 100010 10 0 1001010 1100010 110001 1111 1100001 11010

Color Harmonies of #832202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832202

Black with #832202

Text Example


Text Example

White with #832202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832202; }

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

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

background-color css

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

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

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

border-color css

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

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

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