Html Css Color HEX #87210C Falu Red

📋 copy color: '#87210C'

red 135 ◦ green 33 ◦ blue 12

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

Shades of Falu Red #87210C

Tints of Falu Red #87210C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.33%

 BLUE value IS 12 (5.08% from 255) = 6.67%

R = 75%
G = 18.33%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#87210C (or 0x87210C) is known color: Falu Red. HEX triplet: 87, 21 and 0C. RGB value is (135,33,12). Sum of RGB (Red+Green+Blue) = 135+33+12=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #87210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87210C is #78DEF3. Grayscale: #3D3D3D. Windows color (decimal): -7921396 or 795015. OLE color: 795015.

HSL color Cylindrical-coordinate representation of color #87210C: hue angle of 10.24º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87210C is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 33 12 -
CMYK 0 0.76 0.91 0.47
HSL 10.24º 0.84% 0.29% -
HSV(B) 10.24º 0.91% 0.53% -
XYZ 10.6 6.27 1 -
YUV 61.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 135 33 12 0 0.76 0.91 0.47 10.24 0.84 0.29
Hex 87 21 C 0 4C 5B 2F A 54 1D
Octal 207 41 14 0 114 133 57 12 124 35
Binary 10000111 100001 1100 0 1001100 1011011 101111 1010 1010100 11101

Color Harmonies of #87210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87210C

Black with #87210C

Text Example


Text Example

White with #87210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87210C; }

 p { color: rgb(135,33,12); }

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

background-color css

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

 a { background-color: rgb(135,33,12); }

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

border-color css

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

 span { border-color: rgb(135,33,12); }

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