Html Css Color HEX #77210B Falu Red

📋 copy color: '#77210B'

red 119 ◦ green 33 ◦ blue 11

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

Shades of Falu Red #77210B

Tints of Falu Red #77210B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.75%

R = 73.01%
G = 20.25%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#77210B (or 0x77210B) is known color: Falu Red. HEX triplet: 77, 21 and 0B. RGB value is (119,33,11). Sum of RGB (Red+Green+Blue) = 119+33+11=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #77210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77210B is #88DEF4. Grayscale: #383838. Windows color (decimal): -8969973 or 729463. OLE color: 729463.

HSL color Cylindrical-coordinate representation of color #77210B: hue angle of 12.22º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77210B is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 33 11 -
CMYK 0 0.72 0.91 0.53
HSL 12.22º 0.83% 0.25% -
HSV(B) 12.22º 0.91% 0.47% -
XYZ 8.21 5.03 0.86 -
YUV 56.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 119 33 11 0 0.72 0.91 0.53 12.22 0.83 0.25
Hex 77 21 B 0 48 5B 35 C 53 19
Octal 167 41 13 0 110 133 65 14 123 31
Binary 1110111 100001 1011 0 1001000 1011011 110101 1100 1010011 11001

Color Harmonies of #77210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77210B

Black with #77210B

Text Example


Text Example

White with #77210B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77210B; }

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

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

background-color css

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

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

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

border-color css

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

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

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