Html Css Color HEX #88200B Falu Red

📋 copy color: '#88200B'

red 136 ◦ green 32 ◦ blue 11

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

Shades of Falu Red #88200B

Tints of Falu Red #88200B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.88%

 BLUE value IS 11 (4.69% from 255) = 6.15%

R = 75.98%
G = 17.88%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#88200B (or 0x88200B) is known color: Falu Red. HEX triplet: 88, 20 and 0B. RGB value is (136,32,11). Sum of RGB (Red+Green+Blue) = 136+32+11=179 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.98% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 136 - color contains mainly: red. Hex color #88200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88200B is #77DFF4. Grayscale: #3C3C3C. Windows color (decimal): -7856117 or 729224. OLE color: 729224.

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

Color convert

RGB 136 32 11 -
CMYK 0 0.76 0.92 0.47
HSL 10.08º 0.85% 0.29% -
HSV(B) 10.08º 0.92% 0.53% -
XYZ 10.73 6.29 0.97 -
YUV 60.7 99.96 181.71 -
System Red Green Blue C M Y K H S L
Decimal 136 32 11 0 0.76 0.92 0.47 10.08 0.85 0.29
Hex 88 20 B 0 4C 5C 2F A 55 1D
Octal 210 40 13 0 114 134 57 12 125 35
Binary 10001000 100000 1011 0 1001100 1011100 101111 1010 1010101 11101

Color Harmonies of #88200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88200B

Black with #88200B

Text Example


Text Example

White with #88200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88200B; }

 p { color: rgb(136,32,11); }

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

background-color css

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

 a { background-color: rgb(136,32,11); }

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

border-color css

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

 span { border-color: rgb(136,32,11); }

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