Html Css Color HEX #86230F Falu Red

📋 copy color: '#86230F'

red 134 ◦ green 35 ◦ blue 15

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

Shades of Falu Red #86230F

Tints of Falu Red #86230F

RGB

 RED value IS 134 (52.73% from 255) = 72.83%

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

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

R = 72.83%
G = 19.02%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#86230F (or 0x86230F) is known color: Falu Red. HEX triplet: 86, 23 and 0F. RGB value is (134,35,15). Sum of RGB (Red+Green+Blue) = 134+35+15=184 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.83% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 134 - color contains mainly: red. Hex color #86230F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86230F is #79DCF0. Grayscale: #3E3E3E. Windows color (decimal): -7986417 or 992134. OLE color: 992134.

HSL color Cylindrical-coordinate representation of color #86230F: hue angle of 10.08º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86230F is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 35 15 -
CMYK 0 0.74 0.89 0.47
HSL 10.08º 0.8% 0.29% -
HSV(B) 10.08º 0.89% 0.53% -
XYZ 10.52 6.3 1.11 -
YUV 62.32 101.3 179.13 -
System Red Green Blue C M Y K H S L
Decimal 134 35 15 0 0.74 0.89 0.47 10.08 0.8 0.29
Hex 86 23 F 0 4A 59 2F A 50 1D
Octal 206 43 17 0 112 131 57 12 120 35
Binary 10000110 100011 1111 0 1001010 1011001 101111 1010 1010000 11101

Color Harmonies of #86230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86230F

Black with #86230F

Text Example


Text Example

White with #86230F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,35,15); }

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

background-color css

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

 a { background-color: rgb(134,35,15); }

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

border-color css

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

 span { border-color: rgb(134,35,15); }

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