Html Css Color HEX #7B2713 Falu Red

📋 copy color: '#7B2713'

red 123 ◦ green 39 ◦ blue 19

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

Shades of Falu Red #7B2713

Tints of Falu Red #7B2713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.55%

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

R = 67.96%
G = 21.55%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#7B2713 (or 0x7B2713) is known color: Falu Red. HEX triplet: 7B, 27 and 13. RGB value is (123,39,19). Sum of RGB (Red+Green+Blue) = 123+39+19=181 (23% of max value = 765). Red value is 123 (48.44% from 255 or 67.96% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2713 is #84D8EC. Grayscale: #3E3E3E. Windows color (decimal): -8706285 or 1255291. OLE color: 1255291.

HSL color Cylindrical-coordinate representation of color #7B2713: hue angle of 11.54º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B2713 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 39 19 -
CMYK 0 0.68 0.85 0.52
HSL 11.54º 0.73% 0.28% -
HSV(B) 11.54º 0.85% 0.48% -
XYZ 9.01 5.71 1.24 -
YUV 61.84 103.83 171.63 -
System Red Green Blue C M Y K H S L
Decimal 123 39 19 0 0.68 0.85 0.52 11.54 0.73 0.28
Hex 7B 27 13 0 44 55 34 C 49 1C
Octal 173 47 23 0 104 125 64 14 111 34
Binary 1111011 100111 10011 0 1000100 1010101 110100 1100 1001001 11100

Color Harmonies of #7B2713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2713

Black with #7B2713

Text Example


Text Example

White with #7B2713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,39,19); }

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

background-color css

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

 a { background-color: rgb(123,39,19); }

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

border-color css

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

 span { border-color: rgb(123,39,19); }

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