Html Css Color HEX #7B1D01 Falu Red

📋 copy color: '#7B1D01'

red 123 ◦ green 29 ◦ blue 1

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

Shades of Falu Red #7B1D01

Tints of Falu Red #7B1D01

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.95%

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

R = 80.39%
G = 18.95%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#7B1D01 (or 0x7B1D01) is known color: Falu Red. HEX triplet: 7B, 1D and 01. RGB value is (123,29,1). Sum of RGB (Red+Green+Blue) = 123+29+1=153 (20% of max value = 765). Red value is 123 (48.44% from 255 or 80.39% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B1D01 is #84E2FE. Grayscale: #363636. Windows color (decimal): -8708863 or 73083. OLE color: 73083.

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

Color convert

RGB 123 29 1 -
CMYK 0 0.76 0.99 0.52
HSL 13.77º 0.98% 0.24% -
HSV(B) 13.77º 0.99% 0.48% -
XYZ 8.61 5.09 0.56 -
YUV 53.91 98.14 177.28 -
System Red Green Blue C M Y K H S L
Decimal 123 29 1 0 0.76 0.99 0.52 13.77 0.98 0.24
Hex 7B 1D 1 0 4C 63 34 E 62 18
Octal 173 35 1 0 114 143 64 16 142 30
Binary 1111011 11101 1 0 1001100 1100011 110100 1110 1100010 11000

Color Harmonies of #7B1D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1D01

Black with #7B1D01

Text Example


Text Example

White with #7B1D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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