Html Css Color HEX #7B2401 Falu Red

📋 copy color: '#7B2401'

red 123 ◦ green 36 ◦ blue 1

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

Shades of Falu Red #7B2401

Tints of Falu Red #7B2401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.5%

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

R = 76.88%
G = 22.5%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#7B2401 (or 0x7B2401) is known color: Falu Red. HEX triplet: 7B, 24 and 01. RGB value is (123,36,1). Sum of RGB (Red+Green+Blue) = 123+36+1=160 (21% of max value = 765). Red value is 123 (48.44% from 255 or 76.88% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2401 is #84DBFE. Grayscale: #3A3A3A. Windows color (decimal): -8707071 or 74875. OLE color: 74875.

HSL color Cylindrical-coordinate representation of color #7B2401: hue angle of 17.21º 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 #7B2401 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 36 1 -
CMYK 0 0.71 0.99 0.52
HSL 17.21º 0.98% 0.24% -
HSV(B) 17.21º 0.99% 0.48% -
XYZ 8.8 5.47 0.62 -
YUV 58.02 95.82 174.35 -
System Red Green Blue C M Y K H S L
Decimal 123 36 1 0 0.71 0.99 0.52 17.21 0.98 0.24
Hex 7B 24 1 0 47 63 34 11 62 18
Octal 173 44 1 0 107 143 64 21 142 30
Binary 1111011 100100 1 0 1000111 1100011 110100 10001 1100010 11000

Color Harmonies of #7B2401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2401

Black with #7B2401

Text Example


Text Example

White with #7B2401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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