Html Css Color HEX #82231B Falu Red

📋 copy color: '#82231B'

red 130 ◦ green 35 ◦ blue 27

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

Shades of Falu Red #82231B

Tints of Falu Red #82231B

RGB

 RED value IS 130 (51.17% from 255) = 67.71%

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

 BLUE value IS 27 (10.94% from 255) = 14.06%

R = 67.71%
G = 18.23%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#82231B (or 0x82231B) is known color: Falu Red. HEX triplet: 82, 23 and 1B. RGB value is (130,35,27). Sum of RGB (Red+Green+Blue) = 130+35+27=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #82231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82231B is #7DDCE4. Grayscale: #3E3E3E. Windows color (decimal): -8248549 or 1778562. OLE color: 1778562.

HSL color Cylindrical-coordinate representation of color #82231B: hue angle of 4.66º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82231B is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 35 27 -
CMYK 0 0.73 0.79 0.49
HSL 4.66º 0.66% 0.31% -
HSV(B) 4.66º 0.79% 0.51% -
XYZ 10 6.03 1.67 -
YUV 62.49 107.97 176.15 -
System Red Green Blue C M Y K H S L
Decimal 130 35 27 0 0.73 0.79 0.49 4.66 0.66 0.31
Hex 82 23 1B 0 49 4F 31 5 42 1F
Octal 202 43 33 0 111 117 61 5 102 37
Binary 10000010 100011 11011 0 1001001 1001111 110001 101 1000010 11111

Color Harmonies of #82231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82231B

Black with #82231B

Text Example


Text Example

White with #82231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82231B; }

 p { color: rgb(130,35,27); }

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

background-color css

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

 a { background-color: rgb(130,35,27); }

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

border-color css

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

 span { border-color: rgb(130,35,27); }

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