Html Css Color HEX #721C0F Falu Red

📋 copy color: '#721C0F'

red 114 ◦ green 28 ◦ blue 15

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

Shades of Falu Red #721C0F

Tints of Falu Red #721C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.55%

R = 72.61%
G = 17.83%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#721C0F (or 0x721C0F) is known color: Falu Red. HEX triplet: 72, 1C and 0F. RGB value is (114,28,15). Sum of RGB (Red+Green+Blue) = 114+28+15=157 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.61% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 114 - color contains mainly: red. Hex color #721C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721C0F is #8DE3F0. Grayscale: #343434. Windows color (decimal): -9298929 or 990322. OLE color: 990322.

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

Color convert

RGB 114 28 15 -
CMYK 0 0.75 0.87 0.55
HSL 7.88º 0.77% 0.25% -
HSV(B) 7.88º 0.87% 0.45% -
XYZ 7.44 4.44 0.92 -
YUV 52.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 114 28 15 0 0.75 0.87 0.55 7.88 0.77 0.25
Hex 72 1C F 0 4B 57 37 8 4D 19
Octal 162 34 17 0 113 127 67 10 115 31
Binary 1110010 11100 1111 0 1001011 1010111 110111 1000 1001101 11001

Color Harmonies of #721C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721C0F

Black with #721C0F

Text Example


Text Example

White with #721C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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