Html Css Color HEX #882703 Falu Red

📋 copy color: '#882703'

red 136 ◦ green 39 ◦ blue 3

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

Shades of Falu Red #882703

Tints of Falu Red #882703

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.91%

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

R = 76.4%
G = 21.91%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#882703 (or 0x882703) is known color: Falu Red. HEX triplet: 88, 27 and 03. RGB value is (136,39,3). Sum of RGB (Red+Green+Blue) = 136+39+3=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #882703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882703 is #77D8FC. Grayscale: #404040. Windows color (decimal): -7854333 or 206728. OLE color: 206728.

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

Color convert

RGB 136 39 3 -
CMYK 0 0.71 0.98 0.47
HSL 16.24º 0.96% 0.27% -
HSV(B) 16.24º 0.98% 0.53% -
XYZ 10.9 6.69 0.8 -
YUV 63.9 93.64 179.43 -
System Red Green Blue C M Y K H S L
Decimal 136 39 3 0 0.71 0.98 0.47 16.24 0.96 0.27
Hex 88 27 3 0 47 62 2F 10 60 1B
Octal 210 47 3 0 107 142 57 20 140 33
Binary 10001000 100111 11 0 1000111 1100010 101111 10000 1100000 11011

Color Harmonies of #882703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882703

Black with #882703

Text Example


Text Example

White with #882703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882703; }

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

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

background-color css

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

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

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

border-color css

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

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

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