Html Css Color HEX #76241D Falu Red

📋 copy color: '#76241D'

red 118 ◦ green 36 ◦ blue 29

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

Shades of Falu Red #76241D

Tints of Falu Red #76241D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.67%

 BLUE value IS 29 (11.72% from 255) = 15.85%

R = 64.48%
G = 19.67%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76241D (or 0x76241D) is known color: Falu Red. HEX triplet: 76, 24 and 1D. RGB value is (118,36,29). Sum of RGB (Red+Green+Blue) = 118+36+29=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #76241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76241D is #89DBE2. Grayscale: #3B3B3B. Windows color (decimal): -9034723 or 1909878. OLE color: 1909878.

HSL color Cylindrical-coordinate representation of color #76241D: hue angle of 4.72º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76241D is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 36 29 -
CMYK 0 0.69 0.75 0.54
HSL 4.72º 0.61% 0.29% -
HSV(B) 4.72º 0.75% 0.46% -
XYZ 8.32 5.2 1.73 -
YUV 59.72 110.67 169.57 -
System Red Green Blue C M Y K H S L
Decimal 118 36 29 0 0.69 0.75 0.54 4.72 0.61 0.29
Hex 76 24 1D 0 45 4B 36 5 3D 1D
Octal 166 44 35 0 105 113 66 5 75 35
Binary 1110110 100100 11101 0 1000101 1001011 110110 101 111101 11101

Color Harmonies of #76241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76241D

Black with #76241D

Text Example


Text Example

White with #76241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76241D; }

 p { color: rgb(118,36,29); }

 H1.HeaderClassName
 {
   color: #76241D;
 }
 .AnyTagClassName
 {
   color: #76241D;
 }
</style>

background-color css

<style>
 a { background-color: #76241D; }

 a { background-color: rgb(118,36,29); }

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

border-color css

<style>
 span { border-color: #76241D; }

 span { border-color: rgb(118,36,29); }

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