Html Css Color HEX #802302 Falu Red

📋 copy color: '#802302'

red 128 ◦ green 35 ◦ blue 2

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

Shades of Falu Red #802302

Tints of Falu Red #802302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.21%

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

R = 77.58%
G = 21.21%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#802302 (or 0x802302) is known color: Falu Red. HEX triplet: 80, 23 and 02. RGB value is (128,35,2). Sum of RGB (Red+Green+Blue) = 128+35+2=165 (21% of max value = 765). Red value is 128 (50.39% from 255 or 77.58% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 128 - color contains mainly: red. Hex color #802302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802302 is #7FDCFD. Grayscale: #3B3B3B. Windows color (decimal): -8379646 or 140160. OLE color: 140160.

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

Color convert

RGB 128 35 2 -
CMYK 0 0.73 0.98 0.50
HSL 15.71º 0.97% 0.25% -
HSV(B) 15.71º 0.98% 0.5% -
XYZ 9.51 5.8 0.67 -
YUV 59.05 95.81 177.18 -
System Red Green Blue C M Y K H S L
Decimal 128 35 2 0 0.73 0.98 0.50 15.71 0.97 0.25
Hex 80 23 2 0 49 62 32 10 61 19
Octal 200 43 2 0 111 142 62 20 141 31
Binary 10000000 100011 10 0 1001001 1100010 110010 10000 1100001 11001

Color Harmonies of #802302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802302

Black with #802302

Text Example


Text Example

White with #802302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802302; }

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

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

background-color css

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

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

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

border-color css

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

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

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