Html Css Color HEX #882007 Falu Red

📋 copy color: '#882007'

red 136 ◦ green 32 ◦ blue 7

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

Shades of Falu Red #882007

Tints of Falu Red #882007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4%

R = 77.71%
G = 18.29%
B = 4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#882007 (or 0x882007) is known color: Falu Red. HEX triplet: 88, 20 and 07. RGB value is (136,32,7). Sum of RGB (Red+Green+Blue) = 136+32+7=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #882007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882007 is #77DFF8. Grayscale: #3C3C3C. Windows color (decimal): -7856121 or 467080. OLE color: 467080.

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

Color convert

RGB 136 32 7 -
CMYK 0 0.76 0.95 0.47
HSL 11.63º 0.9% 0.28% -
HSV(B) 11.63º 0.95% 0.53% -
XYZ 10.71 6.28 0.85 -
YUV 60.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 136 32 7 0 0.76 0.95 0.47 11.63 0.9 0.28
Hex 88 20 7 0 4C 5F 2F C 5A 1C
Octal 210 40 7 0 114 137 57 14 132 34
Binary 10001000 100000 111 0 1001100 1011111 101111 1100 1011010 11100

Color Harmonies of #882007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882007

Black with #882007

Text Example


Text Example

White with #882007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882007; }

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

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

background-color css

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

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

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

border-color css

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

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

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