Html Css Color HEX #761B03 Falu Red

📋 copy color: '#761B03'

red 118 ◦ green 27 ◦ blue 3

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

Shades of Falu Red #761B03

Tints of Falu Red #761B03

RGB

 RED value IS 118 (46.48% from 255) = 79.73%

 GREEN value IS 27 (10.94% from 255) = 18.24%

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

R = 79.73%
G = 18.24%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#761B03 (or 0x761B03) is known color: Falu Red. HEX triplet: 76, 1B and 03. RGB value is (118,27,3). Sum of RGB (Red+Green+Blue) = 118+27+3=148 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.73% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 118 - color contains mainly: red. Hex color #761B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761B03 is #89E4FC. Grayscale: #333333. Windows color (decimal): -9037053 or 203638. OLE color: 203638.

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

Color convert

RGB 118 27 3 -
CMYK 0 0.77 0.97 0.54
HSL 12.52º 0.95% 0.24% -
HSV(B) 12.52º 0.97% 0.46% -
XYZ 7.88 4.64 0.57 -
YUV 51.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 118 27 3 0 0.77 0.97 0.54 12.52 0.95 0.24
Hex 76 1B 3 0 4D 61 36 D 5F 18
Octal 166 33 3 0 115 141 66 15 137 30
Binary 1110110 11011 11 0 1001101 1100001 110110 1101 1011111 11000

Color Harmonies of #761B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761B03

Black with #761B03

Text Example


Text Example

White with #761B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761B03; }

 p { color: rgb(118,27,3); }

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

background-color css

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

 a { background-color: rgb(118,27,3); }

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

border-color css

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

 span { border-color: rgb(118,27,3); }

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