Html Css Color HEX #802606 Falu Red

📋 copy color: '#802606'

red 128 ◦ green 38 ◦ blue 6

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

Shades of Falu Red #802606

Tints of Falu Red #802606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.49%

R = 74.42%
G = 22.09%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#802606 (or 0x802606) is known color: Falu Red. HEX triplet: 80, 26 and 06. RGB value is (128,38,6). Sum of RGB (Red+Green+Blue) = 128+38+6=172 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.42% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 128 - color contains mainly: red. Hex color #802606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802606 is #7FD9F9. Grayscale: #3D3D3D. Windows color (decimal): -8378874 or 403072. OLE color: 403072.

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

Color convert

RGB 128 38 6 -
CMYK 0 0.70 0.95 0.50
HSL 15.74º 0.91% 0.26% -
HSV(B) 15.74º 0.95% 0.5% -
XYZ 9.63 5.99 0.82 -
YUV 61.26 96.82 175.6 -
System Red Green Blue C M Y K H S L
Decimal 128 38 6 0 0.70 0.95 0.50 15.74 0.91 0.26
Hex 80 26 6 0 46 5F 32 10 5B 1A
Octal 200 46 6 0 106 137 62 20 133 32
Binary 10000000 100110 110 0 1000110 1011111 110010 10000 1011011 11010

Color Harmonies of #802606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802606

Black with #802606

Text Example


Text Example

White with #802606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802606; }

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

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

background-color css

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

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

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

border-color css

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

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

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