Html Css Color HEX #8D2602 Falu Red

📋 copy color: '#8D2602'

red 141 ◦ green 38 ◦ blue 2

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

Shades of Falu Red #8D2602

Tints of Falu Red #8D2602

RGB

 RED value IS 141 (55.47% from 255) = 77.9%

 GREEN value IS 38 (15.23% from 255) = 20.99%

 BLUE value IS 2 (1.17% from 255) = 1.1%

R = 77.9%
G = 20.99%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8D2602 (or 0x8D2602) is known color: Falu Red. HEX triplet: 8D, 26 and 02. RGB value is (141,38,2). Sum of RGB (Red+Green+Blue) = 141+38+2=181 (23% of max value = 765). Red value is 141 (55.47% from 255 or 77.90% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2602 is #72D9FD. Grayscale: #404040. Windows color (decimal): -7526910 or 140941. OLE color: 140941.

HSL color Cylindrical-coordinate representation of color #8D2602: hue angle of 15.54º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D2602 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 38 2 -
CMYK 0 0.73 0.99 0.45
HSL 15.54º 0.97% 0.28% -
HSV(B) 15.54º 0.99% 0.55% -
XYZ 11.69 7.05 0.8 -
YUV 64.69 92.62 182.43 -
System Red Green Blue C M Y K H S L
Decimal 141 38 2 0 0.73 0.99 0.45 15.54 0.97 0.28
Hex 8D 26 2 0 49 63 2D 10 61 1C
Octal 215 46 2 0 111 143 55 20 141 34
Binary 10001101 100110 10 0 1001001 1100011 101101 10000 1100001 11100

Color Harmonies of #8D2602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2602

Black with #8D2602

Text Example


Text Example

White with #8D2602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,38,2); }

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

background-color css

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

 a { background-color: rgb(141,38,2); }

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

border-color css

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

 span { border-color: rgb(141,38,2); }

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