Html Css Color HEX #862303 Falu Red

📋 copy color: '#862303'

red 134 ◦ green 35 ◦ blue 3

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

Shades of Falu Red #862303

Tints of Falu Red #862303

RGB

 RED value IS 134 (52.73% from 255) = 77.91%

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

 BLUE value IS 3 (1.56% from 255) = 1.74%

R = 77.91%
G = 20.35%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#862303 (or 0x862303) is known color: Falu Red. HEX triplet: 86, 23 and 03. RGB value is (134,35,3). Sum of RGB (Red+Green+Blue) = 134+35+3=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #862303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862303 is #79DCFC. Grayscale: #3D3D3D. Windows color (decimal): -7986429 or 205702. OLE color: 205702.

HSL color Cylindrical-coordinate representation of color #862303: hue angle of 14.66º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #862303 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 35 3 -
CMYK 0 0.74 0.98 0.47
HSL 14.66º 0.96% 0.27% -
HSV(B) 14.66º 0.98% 0.53% -
XYZ 10.45 6.28 0.75 -
YUV 60.95 95.3 180.1 -
System Red Green Blue C M Y K H S L
Decimal 134 35 3 0 0.74 0.98 0.47 14.66 0.96 0.27
Hex 86 23 3 0 4A 62 2F F 60 1B
Octal 206 43 3 0 112 142 57 17 140 33
Binary 10000110 100011 11 0 1001010 1100010 101111 1111 1100000 11011

Color Harmonies of #862303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862303

Black with #862303

Text Example


Text Example

White with #862303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862303; }

 p { color: rgb(134,35,3); }

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

background-color css

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

 a { background-color: rgb(134,35,3); }

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

border-color css

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

 span { border-color: rgb(134,35,3); }

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