Html Css Color HEX #7B2501 Falu Red

📋 copy color: '#7B2501'

red 123 ◦ green 37 ◦ blue 1

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

Shades of Falu Red #7B2501

Tints of Falu Red #7B2501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.98%

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

R = 76.4%
G = 22.98%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#7B2501 (or 0x7B2501) is known color: Falu Red. HEX triplet: 7B, 25 and 01. RGB value is (123,37,1). Sum of RGB (Red+Green+Blue) = 123+37+1=161 (21% of max value = 765). Red value is 123 (48.44% from 255 or 76.40% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2501 is #84DAFE. Grayscale: #3A3A3A. Windows color (decimal): -8706815 or 75131. OLE color: 75131.

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

Color convert

RGB 123 37 1 -
CMYK 0 0.70 0.99 0.52
HSL 17.7º 0.98% 0.24% -
HSV(B) 17.7º 0.99% 0.48% -
XYZ 8.84 5.54 0.63 -
YUV 58.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 123 37 1 0 0.70 0.99 0.52 17.7 0.98 0.24
Hex 7B 25 1 0 46 63 34 12 62 18
Octal 173 45 1 0 106 143 64 22 142 30
Binary 1111011 100101 1 0 1000110 1100011 110100 10010 1100010 11000

Color Harmonies of #7B2501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2501

Black with #7B2501

Text Example


Text Example

White with #7B2501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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