Html Css Color HEX #761515 Falu Red

📋 copy color: '#761515'

red 118 ◦ green 21 ◦ blue 21

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

Shades of Falu Red #761515

Tints of Falu Red #761515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.13%

 BLUE value IS 21 (8.59% from 255) = 13.13%

R = 73.75%
G = 13.13%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#761515 (or 0x761515) is known color: Falu Red. HEX triplet: 76, 15 and 15. RGB value is (118,21,21). Sum of RGB (Red+Green+Blue) = 118+21+21=160 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.75% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 118 - color contains mainly: red. Hex color #761515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761515 is #89EAEA. Grayscale: #323232. Windows color (decimal): -9038571 or 1381750. OLE color: 1381750.

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

Color convert

RGB 118 21 21 -
CMYK 0 0.82 0.82 0.54
HSL 0.7% 0.27% -
HSV(B) 0.82% 0.46% -
XYZ 7.87 4.44 1.15 -
YUV 50 111.64 176.5 -
System Red Green Blue C M Y K H S L
Decimal 118 21 21 0 0.82 0.82 0.54 0 0.7 0.27
Hex 76 15 15 0 52 52 36 0 46 1B
Octal 166 25 25 0 122 122 66 0 106 33
Binary 1110110 10101 10101 0 1010010 1010010 110110 0 1000110 11011

Color Harmonies of #761515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761515

Black with #761515

Text Example


Text Example

White with #761515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761515; }

 p { color: rgb(118,21,21); }

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

background-color css

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

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

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

border-color css

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

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

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