Html Css Color HEX #88200D Falu Red

📋 copy color: '#88200D'

red 136 ◦ green 32 ◦ blue 13

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

Shades of Falu Red #88200D

Tints of Falu Red #88200D

RGB

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

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

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

R = 75.14%
G = 17.68%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#88200D (or 0x88200D) is known color: Falu Red. HEX triplet: 88, 20 and 0D. RGB value is (136,32,13). Sum of RGB (Red+Green+Blue) = 136+32+13=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #88200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88200D is #77DFF2. Grayscale: #3D3D3D. Windows color (decimal): -7856115 or 860296. OLE color: 860296.

HSL color Cylindrical-coordinate representation of color #88200D: hue angle of 9.27º 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 #88200D is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 32 13 -
CMYK 0 0.76 0.90 0.47
HSL 9.27º 0.83% 0.29% -
HSV(B) 9.27º 0.9% 0.53% -
XYZ 10.74 6.3 1.03 -
YUV 60.93 100.96 181.54 -
System Red Green Blue C M Y K H S L
Decimal 136 32 13 0 0.76 0.90 0.47 9.27 0.83 0.29
Hex 88 20 D 0 4C 5A 2F 9 53 1D
Octal 210 40 15 0 114 132 57 11 123 35
Binary 10001000 100000 1101 0 1001100 1011010 101111 1001 1010011 11101

Color Harmonies of #88200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88200D

Black with #88200D

Text Example


Text Example

White with #88200D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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