Html Css Color HEX #7B2415 Falu Red

📋 copy color: '#7B2415'

red 123 ◦ green 36 ◦ blue 21

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

Shades of Falu Red #7B2415

Tints of Falu Red #7B2415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20%

 BLUE value IS 21 (8.59% from 255) = 11.67%

R = 68.33%
G = 20%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.52

RGB Variations

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

Color information

#7B2415 (or 0x7B2415) is known color: Falu Red. HEX triplet: 7B, 24 and 15. RGB value is (123,36,21). Sum of RGB (Red+Green+Blue) = 123+36+21=180 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.33% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2415 is #84DBEA. Grayscale: #3C3C3C. Windows color (decimal): -8707051 or 1385595. OLE color: 1385595.

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

Color convert

RGB 123 36 21 -
CMYK 0 0.71 0.83 0.52
HSL 8.82º 0.71% 0.28% -
HSV(B) 8.82º 0.83% 0.48% -
XYZ 8.93 5.53 1.31 -
YUV 60.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 123 36 21 0 0.71 0.83 0.52 8.82 0.71 0.28
Hex 7B 24 15 0 47 53 34 9 47 1C
Octal 173 44 25 0 107 123 64 11 107 34
Binary 1111011 100100 10101 0 1000111 1010011 110100 1001 1000111 11100

Color Harmonies of #7B2415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2415

Black with #7B2415

Text Example


Text Example

White with #7B2415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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