Html Css Color HEX #88260D Falu Red

📋 copy color: '#88260D'

red 136 ◦ green 38 ◦ blue 13

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

Shades of Falu Red #88260D

Tints of Falu Red #88260D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.95%

R = 72.73%
G = 20.32%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#88260D (or 0x88260D) is known color: Falu Red. HEX triplet: 88, 26 and 0D. RGB value is (136,38,13). Sum of RGB (Red+Green+Blue) = 136+38+13=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #88260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88260D is #77D9F2. Grayscale: #404040. Windows color (decimal): -7854579 or 861832. OLE color: 861832.

HSL color Cylindrical-coordinate representation of color #88260D: hue angle of 12.2º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88260D is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 38 13 -
CMYK 0 0.72 0.90 0.47
HSL 12.2º 0.83% 0.29% -
HSV(B) 12.2º 0.9% 0.53% -
XYZ 10.92 6.65 1.09 -
YUV 64.45 98.97 179.03 -
System Red Green Blue C M Y K H S L
Decimal 136 38 13 0 0.72 0.90 0.47 12.2 0.83 0.29
Hex 88 26 D 0 48 5A 2F C 53 1D
Octal 210 46 15 0 110 132 57 14 123 35
Binary 10001000 100110 1101 0 1001000 1011010 101111 1100 1010011 11101

Color Harmonies of #88260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88260D

Black with #88260D

Text Example


Text Example

White with #88260D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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