Html Css Color HEX #760D0D Falu Red

📋 copy color: '#760D0D'

red 118 ◦ green 13 ◦ blue 13

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

Shades of Falu Red #760D0D

Tints of Falu Red #760D0D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.03%

 BLUE value IS 13 (5.47% from 255) = 9.03%

R = 81.94%
G = 9.03%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#760D0D (or 0x760D0D) is known color: Falu Red. HEX triplet: 76, 0D and 0D. RGB value is (118,13,13). Sum of RGB (Red+Green+Blue) = 118+13+13=144 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.94% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 118 - color contains mainly: red. Hex color #760D0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760D0D is #89F2F2. Grayscale: #2C2C2C. Windows color (decimal): -9040627 or 855414. OLE color: 855414.

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

Color convert

RGB 118 13 13 -
CMYK 0 0.89 0.89 0.54
HSL 0.8% 0.26% -
HSV(B) 0.89% 0.46% -
XYZ 7.69 4.17 0.78 -
YUV 44.4 110.29 180.5 -
System Red Green Blue C M Y K H S L
Decimal 118 13 13 0 0.89 0.89 0.54 0 0.8 0.26
Hex 76 D D 0 59 59 36 0 50 1A
Octal 166 15 15 0 131 131 66 0 120 32
Binary 1110110 1101 1101 0 1011001 1011001 110110 0 1010000 11010

Color Harmonies of #760D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D0D

Black with #760D0D

Text Example


Text Example

White with #760D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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