Html Css Color HEX #762113 Falu Red

📋 copy color: '#762113'

red 118 ◦ green 33 ◦ blue 19

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

Shades of Falu Red #762113

Tints of Falu Red #762113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.18%

R = 69.41%
G = 19.41%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#762113 (or 0x762113) is known color: Falu Red. HEX triplet: 76, 21 and 13. RGB value is (118,33,19). Sum of RGB (Red+Green+Blue) = 118+33+19=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #762113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762113 is #89DEEC. Grayscale: #383838. Windows color (decimal): -9035501 or 1253750. OLE color: 1253750.

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

Color convert

RGB 118 33 19 -
CMYK 0 0.72 0.84 0.54
HSL 8.48º 0.72% 0.27% -
HSV(B) 8.48º 0.84% 0.46% -
XYZ 8.13 4.99 1.15 -
YUV 56.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 118 33 19 0 0.72 0.84 0.54 8.48 0.72 0.27
Hex 76 21 13 0 48 54 36 8 48 1B
Octal 166 41 23 0 110 124 66 10 110 33
Binary 1110110 100001 10011 0 1001000 1010100 110110 1000 1001000 11011

Color Harmonies of #762113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762113

Black with #762113

Text Example


Text Example

White with #762113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762113; }

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

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

background-color css

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

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

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

border-color css

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

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

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