Html Css Color HEX #7B2511 Falu Red

📋 copy color: '#7B2511'

red 123 ◦ green 37 ◦ blue 17

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

Shades of Falu Red #7B2511

Tints of Falu Red #7B2511

RGB

 RED value IS 123 (48.44% from 255) = 69.49%

 GREEN value IS 37 (14.84% from 255) = 20.9%

 BLUE value IS 17 (7.03% from 255) = 9.6%

R = 69.49%
G = 20.9%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.52

RGB Variations

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

Color information

#7B2511 (or 0x7B2511) is known color: Falu Red. HEX triplet: 7B, 25 and 11. RGB value is (123,37,17). Sum of RGB (Red+Green+Blue) = 123+37+17=177 (23% of max value = 765). Red value is 123 (48.44% from 255 or 69.49% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2511 is #84DAEE. Grayscale: #3C3C3C. Windows color (decimal): -8706799 or 1123707. OLE color: 1123707.

HSL color Cylindrical-coordinate representation of color #7B2511: hue angle of 11.32º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B2511 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 37 17 -
CMYK 0 0.70 0.86 0.52
HSL 11.32º 0.76% 0.27% -
HSV(B) 11.32º 0.86% 0.48% -
XYZ 8.93 5.57 1.14 -
YUV 60.43 103.49 172.63 -
System Red Green Blue C M Y K H S L
Decimal 123 37 17 0 0.70 0.86 0.52 11.32 0.76 0.27
Hex 7B 25 11 0 46 56 34 B 4C 1B
Octal 173 45 21 0 106 126 64 13 114 33
Binary 1111011 100101 10001 0 1000110 1010110 110100 1011 1001100 11011

Color Harmonies of #7B2511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2511

Black with #7B2511

Text Example


Text Example

White with #7B2511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B2511; }

 p { color: rgb(123,37,17); }

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

background-color css

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

 a { background-color: rgb(123,37,17); }

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

border-color css

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

 span { border-color: rgb(123,37,17); }

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