Html Css Color HEX #83240F Falu Red

📋 copy color: '#83240F'

red 131 ◦ green 36 ◦ blue 15

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

Shades of Falu Red #83240F

Tints of Falu Red #83240F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.24%

R = 71.98%
G = 19.78%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83240F (or 0x83240F) is known color: Falu Red. HEX triplet: 83, 24 and 0F. RGB value is (131,36,15). Sum of RGB (Red+Green+Blue) = 131+36+15=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #83240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83240F is #7CDBF0. Grayscale: #3E3E3E. Windows color (decimal): -8182769 or 992387. OLE color: 992387.

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

Color convert

RGB 131 36 15 -
CMYK 0 0.73 0.89 0.49
HSL 10.86º 0.79% 0.29% -
HSV(B) 10.86º 0.89% 0.51% -
XYZ 10.08 6.12 1.1 -
YUV 62.01 101.47 177.21 -
System Red Green Blue C M Y K H S L
Decimal 131 36 15 0 0.73 0.89 0.49 10.86 0.79 0.29
Hex 83 24 F 0 49 59 31 B 4F 1D
Octal 203 44 17 0 111 131 61 13 117 35
Binary 10000011 100100 1111 0 1001001 1011001 110001 1011 1001111 11101

Color Harmonies of #83240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83240F

Black with #83240F

Text Example


Text Example

White with #83240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83240F; }

 p { color: rgb(131,36,15); }

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

background-color css

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

 a { background-color: rgb(131,36,15); }

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

border-color css

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

 span { border-color: rgb(131,36,15); }

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