Html Css Color HEX #772103 Falu Red

📋 copy color: '#772103'

red 119 ◦ green 33 ◦ blue 3

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

Shades of Falu Red #772103

Tints of Falu Red #772103

RGB

 RED value IS 119 (46.88% from 255) = 76.77%

 GREEN value IS 33 (13.28% from 255) = 21.29%

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

R = 76.77%
G = 21.29%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#772103 (or 0x772103) is known color: Falu Red. HEX triplet: 77, 21 and 03. RGB value is (119,33,3). Sum of RGB (Red+Green+Blue) = 119+33+3=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #772103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772103 is #88DEFC. Grayscale: #373737. Windows color (decimal): -8969981 or 205175. OLE color: 205175.

HSL color Cylindrical-coordinate representation of color #772103: hue angle of 15.52º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #772103 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 33 3 -
CMYK 0 0.72 0.97 0.53
HSL 15.52º 0.95% 0.24% -
HSV(B) 15.52º 0.97% 0.47% -
XYZ 8.17 5.02 0.62 -
YUV 55.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 119 33 3 0 0.72 0.97 0.53 15.52 0.95 0.24
Hex 77 21 3 0 48 61 35 10 5F 18
Octal 167 41 3 0 110 141 65 20 137 30
Binary 1110111 100001 11 0 1001000 1100001 110101 10000 1011111 11000

Color Harmonies of #772103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772103

Black with #772103

Text Example


Text Example

White with #772103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772103; }

 p { color: rgb(119,33,3); }

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

background-color css

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

 a { background-color: rgb(119,33,3); }

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

border-color css

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

 span { border-color: rgb(119,33,3); }

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