Html Css Color HEX #781C08 Falu Red

📋 copy color: '#781C08'

red 120 ◦ green 28 ◦ blue 8

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

Shades of Falu Red #781C08

Tints of Falu Red #781C08

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.95%

 BLUE value IS 8 (3.52% from 255) = 5.13%

R = 76.92%
G = 17.95%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#781C08 (or 0x781C08) is known color: Falu Red. HEX triplet: 78, 1C and 08. RGB value is (120,28,8). Sum of RGB (Red+Green+Blue) = 120+28+8=156 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.92% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 120 - color contains mainly: red. Hex color #781C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781C08 is #87E3F7. Grayscale: #353535. Windows color (decimal): -8905720 or 531576. OLE color: 531576.

HSL color Cylindrical-coordinate representation of color #781C08: hue angle of 10.71º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #781C08 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 28 8 -
CMYK 0 0.77 0.93 0.53
HSL 10.71º 0.88% 0.25% -
HSV(B) 10.71º 0.93% 0.47% -
XYZ 8.2 4.84 0.73 -
YUV 53.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 120 28 8 0 0.77 0.93 0.53 10.71 0.88 0.25
Hex 78 1C 8 0 4D 5D 35 B 58 19
Octal 170 34 10 0 115 135 65 13 130 31
Binary 1111000 11100 1000 0 1001101 1011101 110101 1011 1011000 11001

Color Harmonies of #781C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781C08

Black with #781C08

Text Example


Text Example

White with #781C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781C08; }

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

 H1.HeaderClassName
 {
   color: #781C08;
 }
 .AnyTagClassName
 {
   color: #781C08;
 }
</style>

background-color css

<style>
 a { background-color: #781C08; }

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

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

border-color css

<style>
 span { border-color: #781C08; }

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

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