Html Css Color HEX #721C0D Falu Red

📋 copy color: '#721C0D'

red 114 ◦ green 28 ◦ blue 13

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

Shades of Falu Red #721C0D

Tints of Falu Red #721C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.39%

R = 73.55%
G = 18.06%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#721C0D (or 0x721C0D) is known color: Falu Red. HEX triplet: 72, 1C and 0D. RGB value is (114,28,13). Sum of RGB (Red+Green+Blue) = 114+28+13=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #721C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721C0D is #8DE3F2. Grayscale: #343434. Windows color (decimal): -9298931 or 859250. OLE color: 859250.

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

Color convert

RGB 114 28 13 -
CMYK 0 0.75 0.89 0.55
HSL 8.91º 0.8% 0.25% -
HSV(B) 8.91º 0.89% 0.45% -
XYZ 7.43 4.44 0.85 -
YUV 52 105.99 172.22 -
System Red Green Blue C M Y K H S L
Decimal 114 28 13 0 0.75 0.89 0.55 8.91 0.8 0.25
Hex 72 1C D 0 4B 59 37 9 50 19
Octal 162 34 15 0 113 131 67 11 120 31
Binary 1110010 11100 1101 0 1001011 1011001 110111 1001 1010000 11001

Color Harmonies of #721C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721C0D

Black with #721C0D

Text Example


Text Example

White with #721C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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