Html Css Color HEX #7B1605 Falu Red

📋 copy color: '#7B1605'

red 123 ◦ green 22 ◦ blue 5

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

Shades of Falu Red #7B1605

Tints of Falu Red #7B1605

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.67%

 BLUE value IS 5 (2.34% from 255) = 3.33%

R = 82%
G = 14.67%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#7B1605 (or 0x7B1605) is known color: Falu Red. HEX triplet: 7B, 16 and 05. RGB value is (123,22,5). Sum of RGB (Red+Green+Blue) = 123+22+5=150 (19% of max value = 765). Red value is 123 (48.44% from 255 or 82% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1605 is #84E9FA. Grayscale: #323232. Windows color (decimal): -8710651 or 333435. OLE color: 333435.

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

Color convert

RGB 123 22 5 -
CMYK 0 0.82 0.96 0.52
HSL 8.64º 0.92% 0.25% -
HSV(B) 8.64º 0.96% 0.48% -
XYZ 8.48 4.8 0.62 -
YUV 50.26 102.46 179.88 -
System Red Green Blue C M Y K H S L
Decimal 123 22 5 0 0.82 0.96 0.52 8.64 0.92 0.25
Hex 7B 16 5 0 52 60 34 9 5C 19
Octal 173 26 5 0 122 140 64 11 134 31
Binary 1111011 10110 101 0 1010010 1100000 110100 1001 1011100 11001

Color Harmonies of #7B1605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1605

Black with #7B1605

Text Example


Text Example

White with #7B1605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,22,5); }

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

background-color css

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

 a { background-color: rgb(123,22,5); }

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

border-color css

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

 span { border-color: rgb(123,22,5); }

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