Html Css Color HEX #802308 Falu Red

📋 copy color: '#802308'

red 128 ◦ green 35 ◦ blue 8

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

Shades of Falu Red #802308

Tints of Falu Red #802308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.68%

R = 74.85%
G = 20.47%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#802308 (or 0x802308) is known color: Falu Red. HEX triplet: 80, 23 and 08. RGB value is (128,35,8). Sum of RGB (Red+Green+Blue) = 128+35+8=171 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.85% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 128 - color contains mainly: red. Hex color #802308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802308 is #7FDCF7. Grayscale: #3B3B3B. Windows color (decimal): -8379640 or 533376. OLE color: 533376.

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

Color convert

RGB 128 35 8 -
CMYK 0 0.73 0.94 0.50
HSL 13.5º 0.88% 0.27% -
HSV(B) 13.5º 0.94% 0.5% -
XYZ 9.55 5.81 0.85 -
YUV 59.73 98.81 176.7 -
System Red Green Blue C M Y K H S L
Decimal 128 35 8 0 0.73 0.94 0.50 13.5 0.88 0.27
Hex 80 23 8 0 49 5E 32 E 58 1B
Octal 200 43 10 0 111 136 62 16 130 33
Binary 10000000 100011 1000 0 1001001 1011110 110010 1110 1011000 11011

Color Harmonies of #802308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802308

Black with #802308

Text Example


Text Example

White with #802308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802308; }

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

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

background-color css

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

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

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

border-color css

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

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

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