Html Css Color HEX #78251D Falu Red

📋 copy color: '#78251D'

red 120 ◦ green 37 ◦ blue 29

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

Shades of Falu Red #78251D

Tints of Falu Red #78251D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.59%

R = 64.52%
G = 19.89%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#78251D (or 0x78251D) is known color: Falu Red. HEX triplet: 78, 25 and 1D. RGB value is (120,37,29). Sum of RGB (Red+Green+Blue) = 120+37+29=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #78251D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78251D is #87DAE2. Grayscale: #3D3D3D. Windows color (decimal): -8903395 or 1910136. OLE color: 1910136.

HSL color Cylindrical-coordinate representation of color #78251D: hue angle of 5.27º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78251D is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 37 29 -
CMYK 0 0.69 0.76 0.53
HSL 5.27º 0.61% 0.29% -
HSV(B) 5.27º 0.76% 0.47% -
XYZ 8.63 5.4 1.75 -
YUV 60.91 110 170.15 -
System Red Green Blue C M Y K H S L
Decimal 120 37 29 0 0.69 0.76 0.53 5.27 0.61 0.29
Hex 78 25 1D 0 45 4C 35 5 3D 1D
Octal 170 45 35 0 105 114 65 5 75 35
Binary 1111000 100101 11101 0 1000101 1001100 110101 101 111101 11101

Color Harmonies of #78251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78251D

Black with #78251D

Text Example


Text Example

White with #78251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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