Html Css Color HEX #88130D Falu Red

📋 copy color: '#88130D'

red 136 ◦ green 19 ◦ blue 13

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

Shades of Falu Red #88130D

Tints of Falu Red #88130D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.31%

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

R = 80.95%
G = 11.31%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#88130D (or 0x88130D) is known color: Falu Red. HEX triplet: 88, 13 and 0D. RGB value is (136,19,13). Sum of RGB (Red+Green+Blue) = 136+19+13=168 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.95% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 136 - color contains mainly: red. Hex color #88130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88130D is #77ECF2. Grayscale: #353535. Windows color (decimal): -7859443 or 856968. OLE color: 856968.

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

Color convert

RGB 136 19 13 -
CMYK 0 0.86 0.90 0.47
HSL 2.93º 0.83% 0.29% -
HSV(B) 2.93º 0.9% 0.53% -
XYZ 10.46 5.73 0.94 -
YUV 53.3 105.26 186.99 -
System Red Green Blue C M Y K H S L
Decimal 136 19 13 0 0.86 0.90 0.47 2.93 0.83 0.29
Hex 88 13 D 0 56 5A 2F 3 53 1D
Octal 210 23 15 0 126 132 57 3 123 35
Binary 10001000 10011 1101 0 1010110 1011010 101111 11 1010011 11101

Color Harmonies of #88130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88130D

Black with #88130D

Text Example


Text Example

White with #88130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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