Html Css Color HEX #8B2602 Falu Red

📋 copy color: '#8B2602'

red 139 ◦ green 38 ◦ blue 2

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

Shades of Falu Red #8B2602

Tints of Falu Red #8B2602

RGB

 RED value IS 139 (54.69% from 255) = 77.65%

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

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

R = 77.65%
G = 21.23%
B = 1.12%

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

#8B2602 (or 0x8B2602) is known color: Falu Red. HEX triplet: 8B, 26 and 02. RGB value is (139,38,2). Sum of RGB (Red+Green+Blue) = 139+38+2=179 (23% of max value = 765). Red value is 139 (54.69% from 255 or 77.65% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2602 is #74D9FD. Grayscale: #404040. Windows color (decimal): -7657982 or 140939. OLE color: 140939.

HSL color Cylindrical-coordinate representation of color #8B2602: hue angle of 15.77º 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 #8B2602 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 38 2 -
CMYK 0 0.73 0.99 0.45
HSL 15.77º 0.97% 0.28% -
HSV(B) 15.77º 0.99% 0.55% -
XYZ 11.35 6.88 0.79 -
YUV 64.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 139 38 2 0 0.73 0.99 0.45 15.77 0.97 0.28
Hex 8B 26 2 0 49 63 2D 10 61 1C
Octal 213 46 2 0 111 143 55 20 141 34
Binary 10001011 100110 10 0 1001001 1100011 101101 10000 1100001 11100

Color Harmonies of #8B2602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2602

Black with #8B2602

Text Example


Text Example

White with #8B2602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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