#882307

Color #882307 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #882307

Tints of Falu Red #882307

Color information

#882307 (or 0x882307) is unknown color: approx Falu Red. HEX triplet: 88, 23 and 07. RGB value is (136,35,7). Sum of RGB (Red+Green+Blue) = 136+35+7=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #882307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882307 is #77DCF8. Grayscale: #3E3E3E. Windows color (decimal): -7855353 or 467848. OLE color: 467848.

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

Color convert

RGB136357-
CMYK00.740.950.47
HSL13.02º90.21%28.04%-
HSV(B)13.02º94.85%53.33%-
XYZ10.796.450.88-
YUV62.0196.96180.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 76.40%
GREEN value IS 35 (14.06% from 255) = 19.66%
BLUE value IS 7 (3.12% from 255) = 3.93%
R=76.40%
G=19.66%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13635700.740.950.4713.0290.2128.04
Hex8823704A5F2Fd5a1c
Octal2104370112137571513234
Binary100010001000111110100101010111111011111101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882307; }

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

 H1.HeaderClassName
 {
   color: #882307;
 }
 .AnyTagClassName
 {
   color: #882307;
 }
</style>
background-color css

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

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

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

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

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

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