Html Css Color HEX #7B1506 Falu Red

📋 copy color: '#7B1506'

red 123 ◦ green 21 ◦ blue 6

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

Shades of Falu Red #7B1506

Tints of Falu Red #7B1506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14%

 BLUE value IS 6 (2.73% from 255) = 4%

R = 82%
G = 14%
B = 4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.52

RGB Variations

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

Color information

#7B1506 (or 0x7B1506) is known color: Falu Red. HEX triplet: 7B, 15 and 06. RGB value is (123,21,6). Sum of RGB (Red+Green+Blue) = 123+21+6=150 (19% of max value = 765). Red value is 123 (48.44% from 255 or 82% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1506 is #84EAF9. Grayscale: #313131. Windows color (decimal): -8710906 or 398715. OLE color: 398715.

HSL color Cylindrical-coordinate representation of color #7B1506: hue angle of 7.69º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B1506 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 21 6 -
CMYK 0 0.83 0.95 0.52
HSL 7.69º 0.91% 0.25% -
HSV(B) 7.69º 0.95% 0.48% -
XYZ 8.47 4.76 0.64 -
YUV 49.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 123 21 6 0 0.83 0.95 0.52 7.69 0.91 0.25
Hex 7B 15 6 0 53 5F 34 8 5B 19
Octal 173 25 6 0 123 137 64 10 133 31
Binary 1111011 10101 110 0 1010011 1011111 110100 1000 1011011 11001

Color Harmonies of #7B1506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1506

Black with #7B1506

Text Example


Text Example

White with #7B1506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,21,6); }

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

background-color css

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

 a { background-color: rgb(123,21,6); }

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

border-color css

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

 span { border-color: rgb(123,21,6); }

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