Html Css Color HEX #7B231C Falu Red

📋 copy color: '#7B231C'

red 123 ◦ green 35 ◦ blue 28

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

Shades of Falu Red #7B231C

Tints of Falu Red #7B231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.05%

R = 66.13%
G = 18.82%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#7B231C (or 0x7B231C) is known color: Falu Red. HEX triplet: 7B, 23 and 1C. RGB value is (123,35,28). Sum of RGB (Red+Green+Blue) = 123+35+28=186 (24% of max value = 765). Red value is 123 (48.44% from 255 or 66.13% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 123 - color contains mainly: red. Hex color #7B231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B231C is #84DCE3. Grayscale: #3C3C3C. Windows color (decimal): -8707300 or 1844091. OLE color: 1844091.

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

Color convert

RGB 123 35 28 -
CMYK 0 0.72 0.77 0.52
HSL 4.42º 0.63% 0.3% -
HSV(B) 4.42º 0.77% 0.48% -
XYZ 8.98 5.5 1.69 -
YUV 60.51 109.65 172.57 -
System Red Green Blue C M Y K H S L
Decimal 123 35 28 0 0.72 0.77 0.52 4.42 0.63 0.3
Hex 7B 23 1C 0 48 4D 34 4 3F 1E
Octal 173 43 34 0 110 115 64 4 77 36
Binary 1111011 100011 11100 0 1001000 1001101 110100 100 111111 11110

Color Harmonies of #7B231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B231C

Black with #7B231C

Text Example


Text Example

White with #7B231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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