Html Css Color HEX #802702 Falu Red

📋 copy color: '#802702'

red 128 ◦ green 39 ◦ blue 2

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

Shades of Falu Red #802702

Tints of Falu Red #802702

RGB

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

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

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

R = 75.74%
G = 23.08%
B = 1.18%

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

#802702 (or 0x802702) is known color: Falu Red. HEX triplet: 80, 27 and 02. RGB value is (128,39,2). Sum of RGB (Red+Green+Blue) = 128+39+2=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #802702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802702 is #7FD8FD. Grayscale: #3D3D3D. Windows color (decimal): -8378622 or 141184. OLE color: 141184.

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

Color convert

RGB 128 39 2 -
CMYK 0 0.70 0.98 0.50
HSL 17.62º 0.97% 0.25% -
HSV(B) 17.62º 0.98% 0.5% -
XYZ 9.64 6.04 0.72 -
YUV 61.39 94.49 175.51 -
System Red Green Blue C M Y K H S L
Decimal 128 39 2 0 0.70 0.98 0.50 17.62 0.97 0.25
Hex 80 27 2 0 46 62 32 12 61 19
Octal 200 47 2 0 106 142 62 22 141 31
Binary 10000000 100111 10 0 1000110 1100010 110010 10010 1100001 11001

Color Harmonies of #802702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802702

Black with #802702

Text Example


Text Example

White with #802702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802702; }

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

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

background-color css

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

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

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

border-color css

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

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

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