Html Css Color HEX #721E0B Falu Red

📋 copy color: '#721E0B'

red 114 ◦ green 30 ◦ blue 11

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

Shades of Falu Red #721E0B

Tints of Falu Red #721E0B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.35%

 BLUE value IS 11 (4.69% from 255) = 7.1%

R = 73.55%
G = 19.35%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#721E0B (or 0x721E0B) is known color: Falu Red. HEX triplet: 72, 1E and 0B. RGB value is (114,30,11). Sum of RGB (Red+Green+Blue) = 114+30+11=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #721E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721E0B is #8DE1F4. Grayscale: #353535. Windows color (decimal): -9298421 or 728690. OLE color: 728690.

HSL color Cylindrical-coordinate representation of color #721E0B: hue angle of 11.07º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #721E0B is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 30 11 -
CMYK 0 0.74 0.90 0.55
HSL 11.07º 0.82% 0.25% -
HSV(B) 11.07º 0.9% 0.45% -
XYZ 7.46 4.53 0.8 -
YUV 52.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 114 30 11 0 0.74 0.90 0.55 11.07 0.82 0.25
Hex 72 1E B 0 4A 5A 37 B 52 19
Octal 162 36 13 0 112 132 67 13 122 31
Binary 1110010 11110 1011 0 1001010 1011010 110111 1011 1010010 11001

Color Harmonies of #721E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E0B

Black with #721E0B

Text Example


Text Example

White with #721E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,30,11); }

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

background-color css

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

 a { background-color: rgb(114,30,11); }

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

border-color css

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

 span { border-color: rgb(114,30,11); }

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