Html Css Color HEX #78251C Falu Red

📋 copy color: '#78251C'

red 120 ◦ green 37 ◦ blue 28

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

Shades of Falu Red #78251C

Tints of Falu Red #78251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20%

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

R = 64.86%
G = 20%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#78251C (or 0x78251C) is known color: Falu Red. HEX triplet: 78, 25 and 1C. RGB value is (120,37,28). Sum of RGB (Red+Green+Blue) = 120+37+28=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #78251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78251C is #87DAE3. Grayscale: #3C3C3C. Windows color (decimal): -8903396 or 1844600. OLE color: 1844600.

HSL color Cylindrical-coordinate representation of color #78251C: hue angle of 5.87º 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 #78251C is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 37 28 -
CMYK 0 0.69 0.77 0.53
HSL 5.87º 0.62% 0.29% -
HSV(B) 5.87º 0.77% 0.47% -
XYZ 8.62 5.4 1.69 -
YUV 60.79 109.5 170.23 -
System Red Green Blue C M Y K H S L
Decimal 120 37 28 0 0.69 0.77 0.53 5.87 0.62 0.29
Hex 78 25 1C 0 45 4D 35 6 3E 1D
Octal 170 45 34 0 105 115 65 6 76 35
Binary 1111000 100101 11100 0 1000101 1001101 110101 110 111110 11101

Color Harmonies of #78251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78251C

Black with #78251C

Text Example


Text Example

White with #78251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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