Html Css Color HEX #7B1903 Falu Red

📋 copy color: '#7B1903'

red 123 ◦ green 25 ◦ blue 3

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

Shades of Falu Red #7B1903

Tints of Falu Red #7B1903

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.56%

 BLUE value IS 3 (1.56% from 255) = 1.99%

R = 81.46%
G = 16.56%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#7B1903 (or 0x7B1903) is known color: Falu Red. HEX triplet: 7B, 19 and 03. RGB value is (123,25,3). Sum of RGB (Red+Green+Blue) = 123+25+3=151 (20% of max value = 765). Red value is 123 (48.44% from 255 or 81.46% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1903 is #84E6FC. Grayscale: #333333. Windows color (decimal): -8709885 or 203131. OLE color: 203131.

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

Color convert

RGB 123 25 3 -
CMYK 0 0.80 0.98 0.52
HSL 11º 0.95% 0.25% -
HSV(B) 11º 0.98% 0.48% -
XYZ 8.53 4.91 0.58 -
YUV 51.79 100.47 178.79 -
System Red Green Blue C M Y K H S L
Decimal 123 25 3 0 0.80 0.98 0.52 11 0.95 0.25
Hex 7B 19 3 0 50 62 34 B 5F 19
Octal 173 31 3 0 120 142 64 13 137 31
Binary 1111011 11001 11 0 1010000 1100010 110100 1011 1011111 11001

Color Harmonies of #7B1903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1903

Black with #7B1903

Text Example


Text Example

White with #7B1903

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,25,3); }

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

background-color css

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

 a { background-color: rgb(123,25,3); }

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

border-color css

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

 span { border-color: rgb(123,25,3); }

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