Html Css Color HEX #83270F Falu Red

📋 copy color: '#83270F'

red 131 ◦ green 39 ◦ blue 15

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

Shades of Falu Red #83270F

Tints of Falu Red #83270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.08%

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

R = 70.81%
G = 21.08%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83270F (or 0x83270F) is known color: Falu Red. HEX triplet: 83, 27 and 0F. RGB value is (131,39,15). Sum of RGB (Red+Green+Blue) = 131+39+15=185 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.81% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 131 - color contains mainly: red. Hex color #83270F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83270F is #7CD8F0. Grayscale: #3F3F3F. Windows color (decimal): -8182001 or 993155. OLE color: 993155.

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

Color convert

RGB 131 39 15 -
CMYK 0 0.70 0.89 0.49
HSL 12.41º 0.79% 0.29% -
HSV(B) 12.41º 0.89% 0.51% -
XYZ 10.17 6.31 1.13 -
YUV 63.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 131 39 15 0 0.70 0.89 0.49 12.41 0.79 0.29
Hex 83 27 F 0 46 59 31 C 4F 1D
Octal 203 47 17 0 106 131 61 14 117 35
Binary 10000011 100111 1111 0 1000110 1011001 110001 1100 1001111 11101

Color Harmonies of #83270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83270F

Black with #83270F

Text Example


Text Example

White with #83270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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