Html Css Color HEX #77201E Falu Red

📋 copy color: '#77201E'

red 119 ◦ green 32 ◦ blue 30

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

Shades of Falu Red #77201E

Tints of Falu Red #77201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.68%

 BLUE value IS 30 (12.11% from 255) = 16.57%

R = 65.75%
G = 17.68%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#77201E (or 0x77201E) is known color: Falu Red. HEX triplet: 77, 20 and 1E. RGB value is (119,32,30). Sum of RGB (Red+Green+Blue) = 119+32+30=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #77201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77201E is #88DFE1. Grayscale: #393939. Windows color (decimal): -8970210 or 1974391. OLE color: 1974391.

HSL color Cylindrical-coordinate representation of color #77201E: hue angle of 1.35º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77201E is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 30 -
CMYK 0 0.73 0.75 0.53
HSL 1.35º 0.6% 0.29% -
HSV(B) 1.35º 0.75% 0.47% -
XYZ 8.36 5.05 1.76 -
YUV 57.79 112.32 171.66 -
System Red Green Blue C M Y K H S L
Decimal 119 32 30 0 0.73 0.75 0.53 1.35 0.6 0.29
Hex 77 20 1E 0 49 4B 35 1 3C 1D
Octal 167 40 36 0 111 113 65 1 74 35
Binary 1110111 100000 11110 0 1001001 1001011 110101 1 111100 11101

Color Harmonies of #77201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77201E

Black with #77201E

Text Example


Text Example

White with #77201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77201E; }

 p { color: rgb(119,32,30); }

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

background-color css

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

 a { background-color: rgb(119,32,30); }

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

border-color css

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

 span { border-color: rgb(119,32,30); }

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