Html Css Color HEX #7B2019 Falu Red

📋 copy color: '#7B2019'

red 123 ◦ green 32 ◦ blue 25

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

Shades of Falu Red #7B2019

Tints of Falu Red #7B2019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.78%

 BLUE value IS 25 (10.16% from 255) = 13.89%

R = 68.33%
G = 17.78%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#7B2019 (or 0x7B2019) is known color: Falu Red. HEX triplet: 7B, 20 and 19. RGB value is (123,32,25). Sum of RGB (Red+Green+Blue) = 123+32+25=180 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.33% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2019 is #84DFE6. Grayscale: #3A3A3A. Windows color (decimal): -8708071 or 1646715. OLE color: 1646715.

HSL color Cylindrical-coordinate representation of color #7B2019: hue angle of 4.29º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B2019 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 32 25 -
CMYK 0 0.74 0.80 0.52
HSL 4.29º 0.66% 0.29% -
HSV(B) 4.29º 0.8% 0.48% -
XYZ 8.86 5.31 1.48 -
YUV 58.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 123 32 25 0 0.74 0.80 0.52 4.29 0.66 0.29
Hex 7B 20 19 0 4A 50 34 4 42 1D
Octal 173 40 31 0 112 120 64 4 102 35
Binary 1111011 100000 11001 0 1001010 1010000 110100 100 1000010 11101

Color Harmonies of #7B2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2019

Black with #7B2019

Text Example


Text Example

White with #7B2019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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