Html Css Color HEX #83250F Falu Red

📋 copy color: '#83250F'

red 131 ◦ green 37 ◦ blue 15

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

Shades of Falu Red #83250F

Tints of Falu Red #83250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.22%

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

R = 71.58%
G = 20.22%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83250F (or 0x83250F) is known color: Falu Red. HEX triplet: 83, 25 and 0F. RGB value is (131,37,15). Sum of RGB (Red+Green+Blue) = 131+37+15=183 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.58% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 131 - color contains mainly: red. Hex color #83250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83250F is #7CDAF0. Grayscale: #3E3E3E. Windows color (decimal): -8182513 or 992643. OLE color: 992643.

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

Color convert

RGB 131 37 15 -
CMYK 0 0.72 0.89 0.49
HSL 11.38º 0.79% 0.29% -
HSV(B) 11.38º 0.89% 0.51% -
XYZ 10.11 6.18 1.11 -
YUV 62.6 101.14 176.79 -
System Red Green Blue C M Y K H S L
Decimal 131 37 15 0 0.72 0.89 0.49 11.38 0.79 0.29
Hex 83 25 F 0 48 59 31 B 4F 1D
Octal 203 45 17 0 110 131 61 13 117 35
Binary 10000011 100101 1111 0 1001000 1011001 110001 1011 1001111 11101

Color Harmonies of #83250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83250F

Black with #83250F

Text Example


Text Example

White with #83250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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