Html Css Color HEX #88260F Falu Red

📋 copy color: '#88260F'

red 136 ◦ green 38 ◦ blue 15

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

Shades of Falu Red #88260F

Tints of Falu Red #88260F

RGB

 RED value IS 136 (53.52% from 255) = 71.96%

 GREEN value IS 38 (15.23% from 255) = 20.11%

 BLUE value IS 15 (6.25% from 255) = 7.94%

R = 71.96%
G = 20.11%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#88260F (or 0x88260F) is known color: Falu Red. HEX triplet: 88, 26 and 0F. RGB value is (136,38,15). Sum of RGB (Red+Green+Blue) = 136+38+15=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #88260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88260F is #77D9F0. Grayscale: #404040. Windows color (decimal): -7854577 or 992904. OLE color: 992904.

HSL color Cylindrical-coordinate representation of color #88260F: hue angle of 11.4º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88260F is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 38 15 -
CMYK 0 0.72 0.89 0.47
HSL 11.4º 0.8% 0.3% -
HSV(B) 11.4º 0.89% 0.53% -
XYZ 10.93 6.65 1.16 -
YUV 64.68 99.97 178.87 -
System Red Green Blue C M Y K H S L
Decimal 136 38 15 0 0.72 0.89 0.47 11.4 0.8 0.3
Hex 88 26 F 0 48 59 2F B 50 1E
Octal 210 46 17 0 110 131 57 13 120 36
Binary 10001000 100110 1111 0 1001000 1011001 101111 1011 1010000 11110

Color Harmonies of #88260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88260F

Black with #88260F

Text Example


Text Example

White with #88260F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88260F; }

 p { color: rgb(136,38,15); }

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

background-color css

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

 a { background-color: rgb(136,38,15); }

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

border-color css

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

 span { border-color: rgb(136,38,15); }

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