Html Css Color HEX #762118 Falu Red

📋 copy color: '#762118'

red 118 ◦ green 33 ◦ blue 24

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

Shades of Falu Red #762118

Tints of Falu Red #762118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.71%

R = 67.43%
G = 18.86%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#762118 (or 0x762118) is known color: Falu Red. HEX triplet: 76, 21 and 18. RGB value is (118,33,24). Sum of RGB (Red+Green+Blue) = 118+33+24=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #762118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762118 is #89DEE7. Grayscale: #393939. Windows color (decimal): -9035496 or 1581430. OLE color: 1581430.

HSL color Cylindrical-coordinate representation of color #762118: hue angle of 5.74º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762118 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 33 24 -
CMYK 0 0.72 0.80 0.54
HSL 5.74º 0.66% 0.28% -
HSV(B) 5.74º 0.8% 0.46% -
XYZ 8.18 5.01 1.4 -
YUV 57.39 109.16 171.23 -
System Red Green Blue C M Y K H S L
Decimal 118 33 24 0 0.72 0.80 0.54 5.74 0.66 0.28
Hex 76 21 18 0 48 50 36 6 42 1C
Octal 166 41 30 0 110 120 66 6 102 34
Binary 1110110 100001 11000 0 1001000 1010000 110110 110 1000010 11100

Color Harmonies of #762118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762118

Black with #762118

Text Example


Text Example

White with #762118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762118; }

 p { color: rgb(118,33,24); }

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

background-color css

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

 a { background-color: rgb(118,33,24); }

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

border-color css

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

 span { border-color: rgb(118,33,24); }

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