Html Css Color HEX #7B2001 Falu Red

📋 copy color: '#7B2001'

red 123 ◦ green 32 ◦ blue 1

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

Shades of Falu Red #7B2001

Tints of Falu Red #7B2001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.51%

 BLUE value IS 1 (0.78% from 255) = 0.64%

R = 78.85%
G = 20.51%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#7B2001 (or 0x7B2001) is known color: Falu Red. HEX triplet: 7B, 20 and 01. RGB value is (123,32,1). Sum of RGB (Red+Green+Blue) = 123+32+1=156 (20% of max value = 765). Red value is 123 (48.44% from 255 or 78.85% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2001 is #84DFFE. Grayscale: #373737. Windows color (decimal): -8708095 or 73851. OLE color: 73851.

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

Color convert

RGB 123 32 1 -
CMYK 0 0.74 0.99 0.52
HSL 15.25º 0.98% 0.24% -
HSV(B) 15.25º 0.99% 0.48% -
XYZ 8.69 5.25 0.58 -
YUV 55.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 123 32 1 0 0.74 0.99 0.52 15.25 0.98 0.24
Hex 7B 20 1 0 4A 63 34 F 62 18
Octal 173 40 1 0 112 143 64 17 142 30
Binary 1111011 100000 1 0 1001010 1100011 110100 1111 1100010 11000

Color Harmonies of #7B2001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2001

Black with #7B2001

Text Example


Text Example

White with #7B2001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,32,1); }

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

background-color css

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

 a { background-color: rgb(123,32,1); }

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

border-color css

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

 span { border-color: rgb(123,32,1); }

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