Html Css Color HEX #7B2115 Falu Red

📋 copy color: '#7B2115'

red 123 ◦ green 33 ◦ blue 21

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

Shades of Falu Red #7B2115

Tints of Falu Red #7B2115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.64%

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

R = 69.49%
G = 18.64%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.52

RGB Variations

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

Color information

#7B2115 (or 0x7B2115) is known color: Falu Red. HEX triplet: 7B, 21 and 15. RGB value is (123,33,21). Sum of RGB (Red+Green+Blue) = 123+33+21=177 (23% of max value = 765). Red value is 123 (48.44% from 255 or 69.49% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2115 is #84DEEA. Grayscale: #3A3A3A. Windows color (decimal): -8707819 or 1384827. OLE color: 1384827.

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

Color convert

RGB 123 33 21 -
CMYK 0 0.73 0.83 0.52
HSL 7.06º 0.71% 0.28% -
HSV(B) 7.06º 0.83% 0.48% -
XYZ 8.85 5.35 1.28 -
YUV 58.54 106.82 173.98 -
System Red Green Blue C M Y K H S L
Decimal 123 33 21 0 0.73 0.83 0.52 7.06 0.71 0.28
Hex 7B 21 15 0 49 53 34 7 47 1C
Octal 173 41 25 0 111 123 64 7 107 34
Binary 1111011 100001 10101 0 1001001 1010011 110100 111 1000111 11100

Color Harmonies of #7B2115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2115

Black with #7B2115

Text Example


Text Example

White with #7B2115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,33,21); }

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

background-color css

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

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

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

border-color css

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

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

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