Html Css Color HEX #7B230C Falu Red

📋 copy color: '#7B230C'

red 123 ◦ green 35 ◦ blue 12

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

Shades of Falu Red #7B230C

Tints of Falu Red #7B230C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.06%

R = 72.35%
G = 20.59%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#7B230C (or 0x7B230C) is known color: Falu Red. HEX triplet: 7B, 23 and 0C. RGB value is (123,35,12). Sum of RGB (Red+Green+Blue) = 123+35+12=170 (22% of max value = 765). Red value is 123 (48.44% from 255 or 72.35% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 123 - color contains mainly: red. Hex color #7B230C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B230C is #84DCF3. Grayscale: #3A3A3A. Windows color (decimal): -8707316 or 795515. OLE color: 795515.

HSL color Cylindrical-coordinate representation of color #7B230C: hue angle of 12.43º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B230C is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 35 12 -
CMYK 0 0.72 0.90 0.52
HSL 12.43º 0.82% 0.26% -
HSV(B) 12.43º 0.9% 0.48% -
XYZ 8.84 5.44 0.93 -
YUV 58.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 123 35 12 0 0.72 0.90 0.52 12.43 0.82 0.26
Hex 7B 23 C 0 48 5A 34 C 52 1A
Octal 173 43 14 0 110 132 64 14 122 32
Binary 1111011 100011 1100 0 1001000 1011010 110100 1100 1010010 11010

Color Harmonies of #7B230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B230C

Black with #7B230C

Text Example


Text Example

White with #7B230C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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