Html Css Color HEX #7B2304 Falu Red

📋 copy color: '#7B2304'

red 123 ◦ green 35 ◦ blue 4

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

Shades of Falu Red #7B2304

Tints of Falu Red #7B2304

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.6%

 BLUE value IS 4 (1.95% from 255) = 2.47%

R = 75.93%
G = 21.6%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.52

RGB Variations

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

Color information

#7B2304 (or 0x7B2304) is known color: Falu Red. HEX triplet: 7B, 23 and 04. RGB value is (123,35,4). Sum of RGB (Red+Green+Blue) = 123+35+4=162 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.93% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2304 is #84DCFB. Grayscale: #393939. Windows color (decimal): -8707324 or 271227. OLE color: 271227.

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

Color convert

RGB 123 35 4 -
CMYK 0 0.72 0.97 0.52
HSL 15.63º 0.94% 0.25% -
HSV(B) 15.63º 0.97% 0.48% -
XYZ 8.79 5.42 0.7 -
YUV 57.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 123 35 4 0 0.72 0.97 0.52 15.63 0.94 0.25
Hex 7B 23 4 0 48 61 34 10 5E 19
Octal 173 43 4 0 110 141 64 20 136 31
Binary 1111011 100011 100 0 1001000 1100001 110100 10000 1011110 11001

Color Harmonies of #7B2304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2304

Black with #7B2304

Text Example


Text Example

White with #7B2304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,35,4); }

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

background-color css

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

 a { background-color: rgb(123,35,4); }

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

border-color css

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

 span { border-color: rgb(123,35,4); }

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