Html Css Color HEX #721B0A Falu Red

📋 copy color: '#721B0A'

red 114 ◦ green 27 ◦ blue 10

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

Shades of Falu Red #721B0A

Tints of Falu Red #721B0A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.88%

 BLUE value IS 10 (4.3% from 255) = 6.62%

R = 75.5%
G = 17.88%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#721B0A (or 0x721B0A) is known color: Falu Red. HEX triplet: 72, 1B and 0A. RGB value is (114,27,10). Sum of RGB (Red+Green+Blue) = 114+27+10=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #721B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721B0A is #8DE4F5. Grayscale: #333333. Windows color (decimal): -9299190 or 662386. OLE color: 662386.

HSL color Cylindrical-coordinate representation of color #721B0A: hue angle of 9.81º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #721B0A is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 27 10 -
CMYK 0 0.76 0.91 0.55
HSL 9.81º 0.84% 0.24% -
HSV(B) 9.81º 0.91% 0.45% -
XYZ 7.39 4.38 0.74 -
YUV 51.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 114 27 10 0 0.76 0.91 0.55 9.81 0.84 0.24
Hex 72 1B A 0 4C 5B 37 A 54 18
Octal 162 33 12 0 114 133 67 12 124 30
Binary 1110010 11011 1010 0 1001100 1011011 110111 1010 1010100 11000

Color Harmonies of #721B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721B0A

Black with #721B0A

Text Example


Text Example

White with #721B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,27,10); }

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

background-color css

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

 a { background-color: rgb(114,27,10); }

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

border-color css

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

 span { border-color: rgb(114,27,10); }

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