Html Css Color HEX #882603 Falu Red

📋 copy color: '#882603'

red 136 ◦ green 38 ◦ blue 3

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

Shades of Falu Red #882603

Tints of Falu Red #882603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.69%

R = 76.84%
G = 21.47%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#882603 (or 0x882603) is known color: Falu Red. HEX triplet: 88, 26 and 03. RGB value is (136,38,3). Sum of RGB (Red+Green+Blue) = 136+38+3=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #882603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882603 is #77D9FC. Grayscale: #3F3F3F. Windows color (decimal): -7854589 or 206472. OLE color: 206472.

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

Color convert

RGB 136 38 3 -
CMYK 0 0.72 0.98 0.47
HSL 15.79º 0.96% 0.27% -
HSV(B) 15.79º 0.98% 0.53% -
XYZ 10.86 6.63 0.79 -
YUV 63.31 93.97 179.85 -
System Red Green Blue C M Y K H S L
Decimal 136 38 3 0 0.72 0.98 0.47 15.79 0.96 0.27
Hex 88 26 3 0 48 62 2F 10 60 1B
Octal 210 46 3 0 110 142 57 20 140 33
Binary 10001000 100110 11 0 1001000 1100010 101111 10000 1100000 11011

Color Harmonies of #882603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882603

Black with #882603

Text Example


Text Example

White with #882603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882603; }

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

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

background-color css

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

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

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

border-color css

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

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

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