Html Css Color HEX #78231C Falu Red

📋 copy color: '#78231C'

red 120 ◦ green 35 ◦ blue 28

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

Shades of Falu Red #78231C

Tints of Falu Red #78231C

RGB

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

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

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

R = 65.57%
G = 19.13%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#78231C (or 0x78231C) is known color: Falu Red. HEX triplet: 78, 23 and 1C. RGB value is (120,35,28). Sum of RGB (Red+Green+Blue) = 120+35+28=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #78231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78231C is #87DCE3. Grayscale: #3B3B3B. Windows color (decimal): -8903908 or 1844088. OLE color: 1844088.

HSL color Cylindrical-coordinate representation of color #78231C: hue angle of 4.57º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78231C is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 35 28 -
CMYK 0 0.71 0.77 0.53
HSL 4.57º 0.62% 0.29% -
HSV(B) 4.57º 0.77% 0.47% -
XYZ 8.56 5.28 1.67 -
YUV 59.62 110.16 171.07 -
System Red Green Blue C M Y K H S L
Decimal 120 35 28 0 0.71 0.77 0.53 4.57 0.62 0.29
Hex 78 23 1C 0 47 4D 35 5 3E 1D
Octal 170 43 34 0 107 115 65 5 76 35
Binary 1111000 100011 11100 0 1000111 1001101 110101 101 111110 11101

Color Harmonies of #78231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78231C

Black with #78231C

Text Example


Text Example

White with #78231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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