Html Css Color HEX #862007 Falu Red

📋 copy color: '#862007'

red 134 ◦ green 32 ◦ blue 7

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

Shades of Falu Red #862007

Tints of Falu Red #862007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.5%

 BLUE value IS 7 (3.13% from 255) = 4.05%

R = 77.46%
G = 18.5%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#862007 (or 0x862007) is known color: Falu Red. HEX triplet: 86, 20 and 07. RGB value is (134,32,7). Sum of RGB (Red+Green+Blue) = 134+32+7=173 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.46% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 134 - color contains mainly: red. Hex color #862007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862007 is #79DFF8. Grayscale: #3B3B3B. Windows color (decimal): -7987193 or 467078. OLE color: 467078.

HSL color Cylindrical-coordinate representation of color #862007: hue angle of 11.81º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #862007 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 32 7 -
CMYK 0 0.76 0.95 0.47
HSL 11.81º 0.9% 0.28% -
HSV(B) 11.81º 0.95% 0.53% -
XYZ 10.39 6.12 0.83 -
YUV 59.65 98.29 181.03 -
System Red Green Blue C M Y K H S L
Decimal 134 32 7 0 0.76 0.95 0.47 11.81 0.9 0.28
Hex 86 20 7 0 4C 5F 2F C 5A 1C
Octal 206 40 7 0 114 137 57 14 132 34
Binary 10000110 100000 111 0 1001100 1011111 101111 1100 1011010 11100

Color Harmonies of #862007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862007

Black with #862007

Text Example


Text Example

White with #862007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862007; }

 p { color: rgb(134,32,7); }

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

background-color css

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

 a { background-color: rgb(134,32,7); }

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

border-color css

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

 span { border-color: rgb(134,32,7); }

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