Html Css Color HEX #782121 Falu Red

📋 copy color: '#782121'

red 120 ◦ green 33 ◦ blue 33

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

Shades of Falu Red #782121

Tints of Falu Red #782121

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.74%

 BLUE value IS 33 (13.28% from 255) = 17.74%

R = 64.52%
G = 17.74%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#782121 (or 0x782121) is known color: Falu Red. HEX triplet: 78, 21 and 21. RGB value is (120,33,33). Sum of RGB (Red+Green+Blue) = 120+33+33=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #782121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782121 is #87DEDE. Grayscale: #3B3B3B. Windows color (decimal): -8904415 or 2171256. OLE color: 2171256.

HSL color Cylindrical-coordinate representation of color #782121: hue angle of 0º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782121 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 33 33 -
CMYK 0 0.72 0.72 0.53
HSL 0.57% 0.3% -
HSV(B) 0.73% 0.47% -
XYZ 8.56 5.19 1.99 -
YUV 59.01 113.32 171.5 -
System Red Green Blue C M Y K H S L
Decimal 120 33 33 0 0.72 0.72 0.53 0 0.57 0.3
Hex 78 21 21 0 48 48 35 0 39 1E
Octal 170 41 41 0 110 110 65 0 71 36
Binary 1111000 100001 100001 0 1001000 1001000 110101 0 111001 11110

Color Harmonies of #782121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782121

Black with #782121

Text Example


Text Example

White with #782121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782121; }

 p { color: rgb(120,33,33); }

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

background-color css

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

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

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

border-color css

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

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

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