Html Css Color HEX #802300 Falu Red

📋 copy color: '#802300'

red 128 ◦ green 35 ◦ blue 0

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

Shades of Falu Red #802300

Tints of Falu Red #802300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.53%
G = 21.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#802300 (or 0x802300) is known color: Falu Red. HEX triplet: 80, 23 and 00. RGB value is (128,35,0). Sum of RGB (Red+Green+Blue) = 128+35+0=163 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.53% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 128 - color contains mainly: red. Hex color #802300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802300 is #7FDCFF. Grayscale: #3B3B3B. Windows color (decimal): -8379648 or 9088. OLE color: 9088.

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

Color convert

RGB 128 35 0 -
CMYK 0 0.73 1 0.50
HSL 16.41º 1% 0.25% -
HSV(B) 16.41º 1% 0.5% -
XYZ 9.5 5.79 0.62 -
YUV 58.82 94.81 177.35 -
System Red Green Blue C M Y K H S L
Decimal 128 35 0 0 0.73 1 0.50 16.41 1 0.25
Hex 80 23 0 0 49 64 32 10 64 19
Octal 200 43 0 0 111 144 62 20 144 31
Binary 10000000 100011 0 0 1001001 1100100 110010 10000 1100100 11001

Color Harmonies of #802300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802300

Black with #802300

Text Example


Text Example

White with #802300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802300; }

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

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

background-color css

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

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

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

border-color css

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

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

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