Html Css Color HEX #721801 Falu Red

📋 copy color: '#721801'

red 114 ◦ green 24 ◦ blue 1

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

Shades of Falu Red #721801

Tints of Falu Red #721801

RGB

 RED value IS 114 (44.92% from 255) = 82.01%

 GREEN value IS 24 (9.77% from 255) = 17.27%

 BLUE value IS 1 (0.78% from 255) = 0.72%

R = 82.01%
G = 17.27%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#721801 (or 0x721801) is known color: Falu Red. HEX triplet: 72, 18 and 01. RGB value is (114,24,1). Sum of RGB (Red+Green+Blue) = 114+24+1=139 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.01% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 114 - color contains mainly: red. Hex color #721801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721801 is #8DE7FE. Grayscale: #303030. Windows color (decimal): -9299967 or 71794. OLE color: 71794.

HSL color Cylindrical-coordinate representation of color #721801: hue angle of 12.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #721801 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 24 1 -
CMYK 0 0.79 0.99 0.55
HSL 12.21º 0.98% 0.23% -
HSV(B) 12.21º 0.99% 0.45% -
XYZ 7.27 4.23 0.46 -
YUV 48.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 114 24 1 0 0.79 0.99 0.55 12.21 0.98 0.23
Hex 72 18 1 0 4F 63 37 C 62 17
Octal 162 30 1 0 117 143 67 14 142 27
Binary 1110010 11000 1 0 1001111 1100011 110111 1100 1100010 10111

Color Harmonies of #721801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721801

Black with #721801

Text Example


Text Example

White with #721801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721801; }

 p { color: rgb(114,24,1); }

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

background-color css

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

 a { background-color: rgb(114,24,1); }

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

border-color css

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

 span { border-color: rgb(114,24,1); }

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