Html Css Color HEX #761D1B Falu Red

📋 copy color: '#761D1B'

red 118 ◦ green 29 ◦ blue 27

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

Shades of Falu Red #761D1B

Tints of Falu Red #761D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.67%

 BLUE value IS 27 (10.94% from 255) = 15.52%

R = 67.82%
G = 16.67%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#761D1B (or 0x761D1B) is known color: Falu Red. HEX triplet: 76, 1D and 1B. RGB value is (118,29,27). Sum of RGB (Red+Green+Blue) = 118+29+27=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #761D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761D1B is #89E2E4. Grayscale: #373737. Windows color (decimal): -9036517 or 1777014. OLE color: 1777014.

HSL color Cylindrical-coordinate representation of color #761D1B: hue angle of 1.32º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #761D1B is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 29 27 -
CMYK 0 0.75 0.77 0.54
HSL 1.32º 0.63% 0.28% -
HSV(B) 1.32º 0.77% 0.46% -
XYZ 8.11 4.81 1.54 -
YUV 55.38 111.99 172.66 -
System Red Green Blue C M Y K H S L
Decimal 118 29 27 0 0.75 0.77 0.54 1.32 0.63 0.28
Hex 76 1D 1B 0 4B 4D 36 1 3F 1C
Octal 166 35 33 0 113 115 66 1 77 34
Binary 1110110 11101 11011 0 1001011 1001101 110110 1 111111 11100

Color Harmonies of #761D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761D1B

Black with #761D1B

Text Example


Text Example

White with #761D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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