Html Css Color HEX #82231C Falu Red

📋 copy color: '#82231C'

red 130 ◦ green 35 ◦ blue 28

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

Shades of Falu Red #82231C

Tints of Falu Red #82231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.51%

R = 67.36%
G = 18.13%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82231C (or 0x82231C) is known color: Falu Red. HEX triplet: 82, 23 and 1C. RGB value is (130,35,28). Sum of RGB (Red+Green+Blue) = 130+35+28=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #82231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82231C is #7DDCE3. Grayscale: #3E3E3E. Windows color (decimal): -8248548 or 1844098. OLE color: 1844098.

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

Color convert

RGB 130 35 28 -
CMYK 0 0.73 0.78 0.49
HSL 4.12º 0.65% 0.31% -
HSV(B) 4.12º 0.78% 0.51% -
XYZ 10.02 6.03 1.73 -
YUV 62.61 108.47 176.07 -
System Red Green Blue C M Y K H S L
Decimal 130 35 28 0 0.73 0.78 0.49 4.12 0.65 0.31
Hex 82 23 1C 0 49 4E 31 4 41 1F
Octal 202 43 34 0 111 116 61 4 101 37
Binary 10000010 100011 11100 0 1001001 1001110 110001 100 1000001 11111

Color Harmonies of #82231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82231C

Black with #82231C

Text Example


Text Example

White with #82231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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