Html Css Color HEX #872702 Falu Red

📋 copy color: '#872702'

red 135 ◦ green 39 ◦ blue 2

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

Shades of Falu Red #872702

Tints of Falu Red #872702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.14%

R = 76.7%
G = 22.16%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#872702 (or 0x872702) is known color: Falu Red. HEX triplet: 87, 27 and 02. RGB value is (135,39,2). Sum of RGB (Red+Green+Blue) = 135+39+2=176 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.70% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 135 - color contains mainly: red. Hex color #872702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872702 is #78D8FD. Grayscale: #3F3F3F. Windows color (decimal): -7919870 or 141191. OLE color: 141191.

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

Color convert

RGB 135 39 2 -
CMYK 0 0.71 0.99 0.47
HSL 16.69º 0.97% 0.27% -
HSV(B) 16.69º 0.99% 0.53% -
XYZ 10.73 6.61 0.77 -
YUV 63.49 93.3 179.01 -
System Red Green Blue C M Y K H S L
Decimal 135 39 2 0 0.71 0.99 0.47 16.69 0.97 0.27
Hex 87 27 2 0 47 63 2F 11 61 1B
Octal 207 47 2 0 107 143 57 21 141 33
Binary 10000111 100111 10 0 1000111 1100011 101111 10001 1100001 11011

Color Harmonies of #872702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872702

Black with #872702

Text Example


Text Example

White with #872702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872702; }

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

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

background-color css

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

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

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

border-color css

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

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

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