Html Css Color HEX #76231A Falu Red

📋 copy color: '#76231A'

red 118 ◦ green 35 ◦ blue 26

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

Shades of Falu Red #76231A

Tints of Falu Red #76231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.53%

R = 65.92%
G = 19.55%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#76231A (or 0x76231A) is known color: Falu Red. HEX triplet: 76, 23 and 1A. RGB value is (118,35,26). Sum of RGB (Red+Green+Blue) = 118+35+26=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #76231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76231A is #89DCE5. Grayscale: #3A3A3A. Windows color (decimal): -9034982 or 1713014. OLE color: 1713014.

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

Color convert

RGB 118 35 26 -
CMYK 0 0.70 0.78 0.54
HSL 5.87º 0.64% 0.28% -
HSV(B) 5.87º 0.78% 0.46% -
XYZ 8.26 5.13 1.53 -
YUV 58.79 109.5 170.23 -
System Red Green Blue C M Y K H S L
Decimal 118 35 26 0 0.70 0.78 0.54 5.87 0.64 0.28
Hex 76 23 1A 0 46 4E 36 6 40 1C
Octal 166 43 32 0 106 116 66 6 100 34
Binary 1110110 100011 11010 0 1000110 1001110 110110 110 1000000 11100

Color Harmonies of #76231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76231A

Black with #76231A

Text Example


Text Example

White with #76231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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