Html Css Color HEX #721D0B Falu Red

📋 copy color: '#721D0B'

red 114 ◦ green 29 ◦ blue 11

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

Shades of Falu Red #721D0B

Tints of Falu Red #721D0B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.83%

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

R = 74.03%
G = 18.83%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#721D0B (or 0x721D0B) is known color: Falu Red. HEX triplet: 72, 1D and 0B. RGB value is (114,29,11). Sum of RGB (Red+Green+Blue) = 114+29+11=154 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.03% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 114 - color contains mainly: red. Hex color #721D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721D0B is #8DE2F4. Grayscale: #343434. Windows color (decimal): -9298677 or 728434. OLE color: 728434.

HSL color Cylindrical-coordinate representation of color #721D0B: hue angle of 10.49º 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 #721D0B is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 29 11 -
CMYK 0 0.75 0.90 0.55
HSL 10.49º 0.82% 0.25% -
HSV(B) 10.49º 0.9% 0.45% -
XYZ 7.44 4.48 0.79 -
YUV 52.36 104.66 171.96 -
System Red Green Blue C M Y K H S L
Decimal 114 29 11 0 0.75 0.90 0.55 10.49 0.82 0.25
Hex 72 1D B 0 4B 5A 37 A 52 19
Octal 162 35 13 0 113 132 67 12 122 31
Binary 1110010 11101 1011 0 1001011 1011010 110111 1010 1010010 11001

Color Harmonies of #721D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D0B

Black with #721D0B

Text Example


Text Example

White with #721D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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