Html Css Color HEX #761603 Falu Red

📋 copy color: '#761603'

red 118 ◦ green 22 ◦ blue 3

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

Shades of Falu Red #761603

Tints of Falu Red #761603

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.38%

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

R = 82.52%
G = 15.38%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#761603 (or 0x761603) is known color: Falu Red. HEX triplet: 76, 16 and 03. RGB value is (118,22,3). Sum of RGB (Red+Green+Blue) = 118+22+3=143 (18% of max value = 765). Red value is 118 (46.48% from 255 or 82.52% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 118 - color contains mainly: red. Hex color #761603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761603 is #89E9FC. Grayscale: #303030. Windows color (decimal): -9038333 or 202358. OLE color: 202358.

HSL color Cylindrical-coordinate representation of color #761603: hue angle of 9.91º 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 #761603 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 3 -
CMYK 0 0.81 0.97 0.54
HSL 9.91º 0.95% 0.24% -
HSV(B) 9.91º 0.97% 0.46% -
XYZ 7.77 4.43 0.53 -
YUV 48.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 118 22 3 0 0.81 0.97 0.54 9.91 0.95 0.24
Hex 76 16 3 0 51 61 36 A 5F 18
Octal 166 26 3 0 121 141 66 12 137 30
Binary 1110110 10110 11 0 1010001 1100001 110110 1010 1011111 11000

Color Harmonies of #761603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761603

Black with #761603

Text Example


Text Example

White with #761603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761603; }

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

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

background-color css

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

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

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

border-color css

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

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

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