Html Css Color HEX #80230D Falu Red

📋 copy color: '#80230D'

red 128 ◦ green 35 ◦ blue 13

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

Shades of Falu Red #80230D

Tints of Falu Red #80230D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.39%

R = 72.73%
G = 19.89%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#80230D (or 0x80230D) is known color: Falu Red. HEX triplet: 80, 23 and 0D. RGB value is (128,35,13). Sum of RGB (Red+Green+Blue) = 128+35+13=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #80230D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80230D is #7FDCF2. Grayscale: #3C3C3C. Windows color (decimal): -8379635 or 861056. OLE color: 861056.

HSL color Cylindrical-coordinate representation of color #80230D: hue angle of 11.48º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80230D is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 35 13 -
CMYK 0 0.73 0.90 0.50
HSL 11.48º 0.82% 0.28% -
HSV(B) 11.48º 0.9% 0.5% -
XYZ 9.58 5.82 1 -
YUV 60.3 101.31 176.29 -
System Red Green Blue C M Y K H S L
Decimal 128 35 13 0 0.73 0.90 0.50 11.48 0.82 0.28
Hex 80 23 D 0 49 5A 32 B 52 1C
Octal 200 43 15 0 111 132 62 13 122 34
Binary 10000000 100011 1101 0 1001001 1011010 110010 1011 1010010 11100

Color Harmonies of #80230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80230D

Black with #80230D

Text Example


Text Example

White with #80230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80230D; }

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

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

background-color css

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

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

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

border-color css

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

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

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