Html Css Color HEX #721C18 Falu Red

📋 copy color: '#721C18'

red 114 ◦ green 28 ◦ blue 24

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

Shades of Falu Red #721C18

Tints of Falu Red #721C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.46%

R = 68.67%
G = 16.87%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#721C18 (or 0x721C18) is known color: Falu Red. HEX triplet: 72, 1C and 18. RGB value is (114,28,24). Sum of RGB (Red+Green+Blue) = 114+28+24=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #721C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721C18 is #8DE3E7. Grayscale: #353535. Windows color (decimal): -9298920 or 1580146. OLE color: 1580146.

HSL color Cylindrical-coordinate representation of color #721C18: hue angle of 2.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #721C18 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 28 24 -
CMYK 0 0.75 0.79 0.55
HSL 2.67º 0.65% 0.27% -
HSV(B) 2.67º 0.79% 0.45% -
XYZ 7.52 4.47 1.33 -
YUV 53.26 111.49 171.33 -
System Red Green Blue C M Y K H S L
Decimal 114 28 24 0 0.75 0.79 0.55 2.67 0.65 0.27
Hex 72 1C 18 0 4B 4F 37 3 41 1B
Octal 162 34 30 0 113 117 67 3 101 33
Binary 1110010 11100 11000 0 1001011 1001111 110111 11 1000001 11011

Color Harmonies of #721C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721C18

Black with #721C18

Text Example


Text Example

White with #721C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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