Html Css Color HEX #77231F Falu Red

📋 copy color: '#77231F'

red 119 ◦ green 35 ◦ blue 31

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

Shades of Falu Red #77231F

Tints of Falu Red #77231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.92%

 BLUE value IS 31 (12.5% from 255) = 16.76%

R = 64.32%
G = 18.92%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#77231F (or 0x77231F) is known color: Falu Red. HEX triplet: 77, 23 and 1F. RGB value is (119,35,31). Sum of RGB (Red+Green+Blue) = 119+35+31=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #77231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77231F is #88DCE0. Grayscale: #3B3B3B. Windows color (decimal): -8969441 or 2040695. OLE color: 2040695.

HSL color Cylindrical-coordinate representation of color #77231F: hue angle of 2.73º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77231F is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 35 31 -
CMYK 0 0.71 0.74 0.53
HSL 2.73º 0.59% 0.29% -
HSV(B) 2.73º 0.74% 0.47% -
XYZ 8.46 5.22 1.86 -
YUV 59.66 111.83 170.33 -
System Red Green Blue C M Y K H S L
Decimal 119 35 31 0 0.71 0.74 0.53 2.73 0.59 0.29
Hex 77 23 1F 0 47 4A 35 3 3B 1D
Octal 167 43 37 0 107 112 65 3 73 35
Binary 1110111 100011 11111 0 1000111 1001010 110101 11 111011 11101

Color Harmonies of #77231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77231F

Black with #77231F

Text Example


Text Example

White with #77231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77231F; }

 p { color: rgb(119,35,31); }

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

background-color css

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

 a { background-color: rgb(119,35,31); }

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

border-color css

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

 span { border-color: rgb(119,35,31); }

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