Html Css Color HEX #7B2100 Falu Red

📋 copy color: '#7B2100'

red 123 ◦ green 33 ◦ blue 0

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

Shades of Falu Red #7B2100

Tints of Falu Red #7B2100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.85%
G = 21.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.52

RGB Variations

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

Color information

#7B2100 (or 0x7B2100) is known color: Falu Red. HEX triplet: 7B, 21 and 00. RGB value is (123,33,0). Sum of RGB (Red+Green+Blue) = 123+33+0=156 (20% of max value = 765). Red value is 123 (48.44% from 255 or 78.85% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2100 is #84DEFF. Grayscale: #383838. Windows color (decimal): -8707840 or 8571. OLE color: 8571.

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

Color convert

RGB 123 33 0 -
CMYK 0 0.73 1 0.52
HSL 16.1º 1% 0.24% -
HSV(B) 16.1º 1% 0.48% -
XYZ 8.71 5.3 0.56 -
YUV 56.15 96.32 175.68 -
System Red Green Blue C M Y K H S L
Decimal 123 33 0 0 0.73 1 0.52 16.1 1 0.24
Hex 7B 21 0 0 49 64 34 10 64 18
Octal 173 41 0 0 111 144 64 20 144 30
Binary 1111011 100001 0 0 1001001 1100100 110100 10000 1100100 11000

Color Harmonies of #7B2100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2100

Black with #7B2100

Text Example


Text Example

White with #7B2100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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