Html Css Color HEX #781E02 Falu Red

📋 copy color: '#781E02'

red 120 ◦ green 30 ◦ blue 2

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

Shades of Falu Red #781E02

Tints of Falu Red #781E02

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.74%

 BLUE value IS 2 (1.17% from 255) = 1.32%

R = 78.95%
G = 19.74%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#781E02 (or 0x781E02) is known color: Falu Red. HEX triplet: 78, 1E and 02. RGB value is (120,30,2). Sum of RGB (Red+Green+Blue) = 120+30+2=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #781E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781E02 is #87E1FD. Grayscale: #353535. Windows color (decimal): -8905214 or 138872. OLE color: 138872.

HSL color Cylindrical-coordinate representation of color #781E02: hue angle of 14.24º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #781E02 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 30 2 -
CMYK 0 0.75 0.98 0.53
HSL 14.24º 0.97% 0.24% -
HSV(B) 14.24º 0.98% 0.47% -
XYZ 8.22 4.93 0.57 -
YUV 53.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 120 30 2 0 0.75 0.98 0.53 14.24 0.97 0.24
Hex 78 1E 2 0 4B 62 35 E 61 18
Octal 170 36 2 0 113 142 65 16 141 30
Binary 1111000 11110 10 0 1001011 1100010 110101 1110 1100001 11000

Color Harmonies of #781E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781E02

Black with #781E02

Text Example


Text Example

White with #781E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,30,2); }

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

background-color css

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

 a { background-color: rgb(120,30,2); }

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

border-color css

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

 span { border-color: rgb(120,30,2); }

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