Html Css Color HEX #802309 Falu Red

📋 copy color: '#802309'

red 128 ◦ green 35 ◦ blue 9

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

Shades of Falu Red #802309

Tints of Falu Red #802309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.23%

R = 74.42%
G = 20.35%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.50

RGB Variations

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

Color information

#802309 (or 0x802309) is known color: Falu Red. HEX triplet: 80, 23 and 09. RGB value is (128,35,9). Sum of RGB (Red+Green+Blue) = 128+35+9=172 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.42% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 128 - color contains mainly: red. Hex color #802309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802309 is #7FDCF6. Grayscale: #3C3C3C. Windows color (decimal): -8379639 or 598912. OLE color: 598912.

HSL color Cylindrical-coordinate representation of color #802309: hue angle of 13.11º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #802309 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 35 9 -
CMYK 0 0.73 0.93 0.50
HSL 13.11º 0.87% 0.27% -
HSV(B) 13.11º 0.93% 0.5% -
XYZ 9.55 5.81 0.88 -
YUV 59.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 128 35 9 0 0.73 0.93 0.50 13.11 0.87 0.27
Hex 80 23 9 0 49 5D 32 D 57 1B
Octal 200 43 11 0 111 135 62 15 127 33
Binary 10000000 100011 1001 0 1001001 1011101 110010 1101 1010111 11011

Color Harmonies of #802309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802309

Black with #802309

Text Example


Text Example

White with #802309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802309; }

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

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

background-color css

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

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

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

border-color css

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

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

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