Html Css Color HEX #8A2308 Falu Red

📋 copy color: '#8A2308'

red 138 ◦ green 35 ◦ blue 8

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

Shades of Falu Red #8A2308

Tints of Falu Red #8A2308

RGB

 RED value IS 138 (54.3% from 255) = 76.24%

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

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

R = 76.24%
G = 19.34%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#8A2308 (or 0x8A2308) is known color: Falu Red. HEX triplet: 8A, 23 and 08. RGB value is (138,35,8). Sum of RGB (Red+Green+Blue) = 138+35+8=181 (23% of max value = 765). Red value is 138 (54.30% from 255 or 76.24% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2308 is #75DCF7. Grayscale: #3E3E3E. Windows color (decimal): -7724280 or 533386. OLE color: 533386.

HSL color Cylindrical-coordinate representation of color #8A2308: hue angle of 12.46º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A2308 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 35 8 -
CMYK 0 0.75 0.94 0.46
HSL 12.46º 0.89% 0.29% -
HSV(B) 12.46º 0.94% 0.54% -
XYZ 11.13 6.62 0.92 -
YUV 62.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 138 35 8 0 0.75 0.94 0.46 12.46 0.89 0.29
Hex 8A 23 8 0 4B 5E 2E C 59 1D
Octal 212 43 10 0 113 136 56 14 131 35
Binary 10001010 100011 1000 0 1001011 1011110 101110 1100 1011001 11101

Color Harmonies of #8A2308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2308

Black with #8A2308

Text Example


Text Example

White with #8A2308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A2308; }

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

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

background-color css

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

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

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

border-color css

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

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

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