Html Css Color HEX #872706 Falu Red

📋 copy color: '#872706'

red 135 ◦ green 39 ◦ blue 6

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

Shades of Falu Red #872706

Tints of Falu Red #872706

RGB

 RED value IS 135 (53.13% from 255) = 75%

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

 BLUE value IS 6 (2.73% from 255) = 3.33%

R = 75%
G = 21.67%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#872706 (or 0x872706) is known color: Falu Red. HEX triplet: 87, 27 and 06. RGB value is (135,39,6). Sum of RGB (Red+Green+Blue) = 135+39+6=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #872706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872706 is #78D8F9. Grayscale: #404040. Windows color (decimal): -7919866 or 403335. OLE color: 403335.

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

Color convert

RGB 135 39 6 -
CMYK 0 0.71 0.96 0.47
HSL 15.35º 0.91% 0.28% -
HSV(B) 15.35º 0.96% 0.53% -
XYZ 10.75 6.62 0.88 -
YUV 63.94 95.3 178.68 -
System Red Green Blue C M Y K H S L
Decimal 135 39 6 0 0.71 0.96 0.47 15.35 0.91 0.28
Hex 87 27 6 0 47 60 2F F 5B 1C
Octal 207 47 6 0 107 140 57 17 133 34
Binary 10000111 100111 110 0 1000111 1100000 101111 1111 1011011 11100

Color Harmonies of #872706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872706

Black with #872706

Text Example


Text Example

White with #872706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872706; }

 p { color: rgb(135,39,6); }

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

background-color css

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

 a { background-color: rgb(135,39,6); }

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

border-color css

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

 span { border-color: rgb(135,39,6); }

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