Html Css Color HEX #78230C Falu Red

📋 copy color: '#78230C'

red 120 ◦ green 35 ◦ blue 12

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

Shades of Falu Red #78230C

Tints of Falu Red #78230C

RGB

 RED value IS 120 (47.27% from 255) = 71.86%

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

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

R = 71.86%
G = 20.96%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#78230C (or 0x78230C) is known color: Falu Red. HEX triplet: 78, 23 and 0C. RGB value is (120,35,12). Sum of RGB (Red+Green+Blue) = 120+35+12=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #78230C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78230C is #87DCF3. Grayscale: #393939. Windows color (decimal): -8903924 or 795512. OLE color: 795512.

HSL color Cylindrical-coordinate representation of color #78230C: hue angle of 12.78º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78230C is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 35 12 -
CMYK 0 0.71 0.90 0.53
HSL 12.78º 0.82% 0.26% -
HSV(B) 12.78º 0.9% 0.47% -
XYZ 8.41 5.22 0.91 -
YUV 57.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 120 35 12 0 0.71 0.90 0.53 12.78 0.82 0.26
Hex 78 23 C 0 47 5A 35 D 52 1A
Octal 170 43 14 0 107 132 65 15 122 32
Binary 1111000 100011 1100 0 1000111 1011010 110101 1101 1010010 11010

Color Harmonies of #78230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78230C

Black with #78230C

Text Example


Text Example

White with #78230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78230C; }

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

 H1.HeaderClassName
 {
   color: #78230C;
 }
 .AnyTagClassName
 {
   color: #78230C;
 }
</style>

background-color css

<style>
 a { background-color: #78230C; }

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

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

border-color css

<style>
 span { border-color: #78230C; }

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

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