Html Css Color HEX #802602 Falu Red

📋 copy color: '#802602'

red 128 ◦ green 38 ◦ blue 2

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

Shades of Falu Red #802602

Tints of Falu Red #802602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.19%

R = 76.19%
G = 22.62%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#802602 (or 0x802602) is known color: Falu Red. HEX triplet: 80, 26 and 02. RGB value is (128,38,2). Sum of RGB (Red+Green+Blue) = 128+38+2=168 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.19% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 128 - color contains mainly: red. Hex color #802602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802602 is #7FD9FD. Grayscale: #3D3D3D. Windows color (decimal): -8378878 or 140928. OLE color: 140928.

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

Color convert

RGB 128 38 2 -
CMYK 0 0.70 0.98 0.50
HSL 17.14º 0.97% 0.25% -
HSV(B) 17.14º 0.98% 0.5% -
XYZ 9.61 5.98 0.71 -
YUV 60.81 94.82 175.93 -
System Red Green Blue C M Y K H S L
Decimal 128 38 2 0 0.70 0.98 0.50 17.14 0.97 0.25
Hex 80 26 2 0 46 62 32 11 61 19
Octal 200 46 2 0 106 142 62 21 141 31
Binary 10000000 100110 10 0 1000110 1100010 110010 10001 1100001 11001

Color Harmonies of #802602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802602

Black with #802602

Text Example


Text Example

White with #802602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802602; }

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

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

background-color css

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

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

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

border-color css

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

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

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