Html Css Color HEX #88260C Falu Red

📋 copy color: '#88260C'

red 136 ◦ green 38 ◦ blue 12

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

Shades of Falu Red #88260C

Tints of Falu Red #88260C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.45%

R = 73.12%
G = 20.43%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#88260C (or 0x88260C) is known color: Falu Red. HEX triplet: 88, 26 and 0C. RGB value is (136,38,12). Sum of RGB (Red+Green+Blue) = 136+38+12=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #88260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #88260C is #77D9F3. Grayscale: #404040. Windows color (decimal): -7854580 or 796296. OLE color: 796296.

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

Color convert

RGB 136 38 12 -
CMYK 0 0.72 0.91 0.47
HSL 12.58º 0.84% 0.29% -
HSV(B) 12.58º 0.91% 0.53% -
XYZ 10.91 6.65 1.06 -
YUV 64.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 136 38 12 0 0.72 0.91 0.47 12.58 0.84 0.29
Hex 88 26 C 0 48 5B 2F D 54 1D
Octal 210 46 14 0 110 133 57 15 124 35
Binary 10001000 100110 1100 0 1001000 1011011 101111 1101 1010100 11101

Color Harmonies of #88260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88260C

Black with #88260C

Text Example


Text Example

White with #88260C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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