Html Css Color HEX #882306 Falu Red

📋 copy color: '#882306'

red 136 ◦ green 35 ◦ blue 6

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

Shades of Falu Red #882306

Tints of Falu Red #882306

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.77%

 BLUE value IS 6 (2.73% from 255) = 3.39%

R = 76.84%
G = 19.77%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#882306 (or 0x882306) is known color: Falu Red. HEX triplet: 88, 23 and 06. RGB value is (136,35,6). Sum of RGB (Red+Green+Blue) = 136+35+6=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #882306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882306 is #77DCF9. Grayscale: #3E3E3E. Windows color (decimal): -7855354 or 402312. OLE color: 402312.

HSL color Cylindrical-coordinate representation of color #882306: hue angle of 13.38º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #882306 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 35 6 -
CMYK 0 0.74 0.96 0.47
HSL 13.38º 0.92% 0.28% -
HSV(B) 13.38º 0.96% 0.53% -
XYZ 10.79 6.45 0.85 -
YUV 61.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 136 35 6 0 0.74 0.96 0.47 13.38 0.92 0.28
Hex 88 23 6 0 4A 60 2F D 5C 1C
Octal 210 43 6 0 112 140 57 15 134 34
Binary 10001000 100011 110 0 1001010 1100000 101111 1101 1011100 11100

Color Harmonies of #882306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882306

Black with #882306

Text Example


Text Example

White with #882306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882306; }

 p { color: rgb(136,35,6); }

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

background-color css

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

 a { background-color: rgb(136,35,6); }

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

border-color css

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

 span { border-color: rgb(136,35,6); }

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