Html Css Color HEX #82241B Falu Red

📋 copy color: '#82241B'

red 130 ◦ green 36 ◦ blue 27

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

Shades of Falu Red #82241B

Tints of Falu Red #82241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.65%

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

R = 67.36%
G = 18.65%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#82241B (or 0x82241B) is known color: Falu Red. HEX triplet: 82, 24 and 1B. RGB value is (130,36,27). Sum of RGB (Red+Green+Blue) = 130+36+27=193 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.36% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 130 - color contains mainly: red. Hex color #82241B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82241B is #7DDBE4. Grayscale: #3F3F3F. Windows color (decimal): -8248293 or 1778818. OLE color: 1778818.

HSL color Cylindrical-coordinate representation of color #82241B: hue angle of 5.24º 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 #82241B is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 36 27 -
CMYK 0 0.72 0.79 0.49
HSL 5.24º 0.66% 0.31% -
HSV(B) 5.24º 0.79% 0.51% -
XYZ 10.03 6.09 1.68 -
YUV 63.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 130 36 27 0 0.72 0.79 0.49 5.24 0.66 0.31
Hex 82 24 1B 0 48 4F 31 5 42 1F
Octal 202 44 33 0 110 117 61 5 102 37
Binary 10000010 100100 11011 0 1001000 1001111 110001 101 1000010 11111

Color Harmonies of #82241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82241B

Black with #82241B

Text Example


Text Example

White with #82241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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