Html Css Color HEX #8A2007 Falu Red

📋 copy color: '#8A2007'

red 138 ◦ green 32 ◦ blue 7

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

Shades of Falu Red #8A2007

Tints of Falu Red #8A2007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.08%

 BLUE value IS 7 (3.13% from 255) = 3.95%

R = 77.97%
G = 18.08%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.46

RGB Variations

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

Color information

#8A2007 (or 0x8A2007) is known color: Falu Red. HEX triplet: 8A, 20 and 07. RGB value is (138,32,7). Sum of RGB (Red+Green+Blue) = 138+32+7=177 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.97% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2007 is #75DFF8. Grayscale: #3D3D3D. Windows color (decimal): -7725049 or 467082. OLE color: 467082.

HSL color Cylindrical-coordinate representation of color #8A2007: hue angle of 11.45º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A2007 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 32 7 -
CMYK 0 0.77 0.95 0.46
HSL 11.45º 0.9% 0.28% -
HSV(B) 11.45º 0.95% 0.54% -
XYZ 11.04 6.45 0.86 -
YUV 60.84 97.62 183.03 -
System Red Green Blue C M Y K H S L
Decimal 138 32 7 0 0.77 0.95 0.46 11.45 0.9 0.28
Hex 8A 20 7 0 4D 5F 2E B 5A 1C
Octal 212 40 7 0 115 137 56 13 132 34
Binary 10001010 100000 111 0 1001101 1011111 101110 1011 1011010 11100

Color Harmonies of #8A2007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2007

Black with #8A2007

Text Example


Text Example

White with #8A2007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,32,7); }

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

background-color css

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

 a { background-color: rgb(138,32,7); }

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

border-color css

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

 span { border-color: rgb(138,32,7); }

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