Html Css Color HEX #76231F Falu Red

📋 copy color: '#76231F'

red 118 ◦ green 35 ◦ blue 31

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

Shades of Falu Red #76231F

Tints of Falu Red #76231F

RGB

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

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

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

R = 64.13%
G = 19.02%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76231F (or 0x76231F) is known color: Falu Red. HEX triplet: 76, 23 and 1F. RGB value is (118,35,31). Sum of RGB (Red+Green+Blue) = 118+35+31=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #76231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76231F is #89DCE0. Grayscale: #3B3B3B. Windows color (decimal): -9034977 or 2040694. OLE color: 2040694.

HSL color Cylindrical-coordinate representation of color #76231F: hue angle of 2.76º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76231F is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 35 31 -
CMYK 0 0.70 0.74 0.54
HSL 2.76º 0.58% 0.29% -
HSV(B) 2.76º 0.74% 0.46% -
XYZ 8.32 5.15 1.85 -
YUV 59.36 112 169.83 -
System Red Green Blue C M Y K H S L
Decimal 118 35 31 0 0.70 0.74 0.54 2.76 0.58 0.29
Hex 76 23 1F 0 46 4A 36 3 3A 1D
Octal 166 43 37 0 106 112 66 3 72 35
Binary 1110110 100011 11111 0 1000110 1001010 110110 11 111010 11101

Color Harmonies of #76231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76231F

Black with #76231F

Text Example


Text Example

White with #76231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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