Html Css Color HEX #802612 Falu Red

📋 copy color: '#802612'

red 128 ◦ green 38 ◦ blue 18

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

Shades of Falu Red #802612

Tints of Falu Red #802612

RGB

 RED value IS 128 (50.39% from 255) = 69.57%

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

 BLUE value IS 18 (7.42% from 255) = 9.78%

R = 69.57%
G = 20.65%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#802612 (or 0x802612) is known color: Falu Red. HEX triplet: 80, 26 and 12. RGB value is (128,38,18). Sum of RGB (Red+Green+Blue) = 128+38+18=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #802612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802612 is #7FD9ED. Grayscale: #3E3E3E. Windows color (decimal): -8378862 or 1189504. OLE color: 1189504.

HSL color Cylindrical-coordinate representation of color #802612: hue angle of 10.91º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #802612 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 38 18 -
CMYK 0 0.70 0.86 0.50
HSL 10.91º 0.75% 0.29% -
HSV(B) 10.91º 0.86% 0.5% -
XYZ 9.7 6.02 1.22 -
YUV 62.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 128 38 18 0 0.70 0.86 0.50 10.91 0.75 0.29
Hex 80 26 12 0 46 56 32 B 4B 1D
Octal 200 46 22 0 106 126 62 13 113 35
Binary 10000000 100110 10010 0 1000110 1010110 110010 1011 1001011 11101

Color Harmonies of #802612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802612

Black with #802612

Text Example


Text Example

White with #802612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802612; }

 p { color: rgb(128,38,18); }

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

background-color css

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

 a { background-color: rgb(128,38,18); }

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

border-color css

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

 span { border-color: rgb(128,38,18); }

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