Html Css Color HEX #87250C Falu Red

📋 copy color: '#87250C'

red 135 ◦ green 37 ◦ blue 12

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

Shades of Falu Red #87250C

Tints of Falu Red #87250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.11%

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

R = 73.37%
G = 20.11%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#87250C (or 0x87250C) is known color: Falu Red. HEX triplet: 87, 25 and 0C. RGB value is (135,37,12). Sum of RGB (Red+Green+Blue) = 135+37+12=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #87250C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87250C is #78DAF3. Grayscale: #3F3F3F. Windows color (decimal): -7920372 or 796039. OLE color: 796039.

HSL color Cylindrical-coordinate representation of color #87250C: hue angle of 12.2º 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 #87250C is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 37 12 -
CMYK 0 0.73 0.91 0.47
HSL 12.2º 0.84% 0.29% -
HSV(B) 12.2º 0.91% 0.53% -
XYZ 10.72 6.5 1.04 -
YUV 63.45 98.97 179.03 -
System Red Green Blue C M Y K H S L
Decimal 135 37 12 0 0.73 0.91 0.47 12.2 0.84 0.29
Hex 87 25 C 0 49 5B 2F C 54 1D
Octal 207 45 14 0 111 133 57 14 124 35
Binary 10000111 100101 1100 0 1001001 1011011 101111 1100 1010100 11101

Color Harmonies of #87250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87250C

Black with #87250C

Text Example


Text Example

White with #87250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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