Html Css Color HEX #721F1B Falu Red

📋 copy color: '#721F1B'

red 114 ◦ green 31 ◦ blue 27

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

Shades of Falu Red #721F1B

Tints of Falu Red #721F1B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.02%

 BLUE value IS 27 (10.94% from 255) = 15.7%

R = 66.28%
G = 18.02%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#721F1B (or 0x721F1B) is known color: Falu Red. HEX triplet: 72, 1F and 1B. RGB value is (114,31,27). Sum of RGB (Red+Green+Blue) = 114+31+27=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #721F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721F1B is #8DE0E4. Grayscale: #373737. Windows color (decimal): -9298149 or 1777522. OLE color: 1777522.

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

Color convert

RGB 114 31 27 -
CMYK 0 0.73 0.76 0.55
HSL 2.76º 0.62% 0.28% -
HSV(B) 2.76º 0.76% 0.45% -
XYZ 7.63 4.64 1.53 -
YUV 55.36 112 169.83 -
System Red Green Blue C M Y K H S L
Decimal 114 31 27 0 0.73 0.76 0.55 2.76 0.62 0.28
Hex 72 1F 1B 0 49 4C 37 3 3E 1C
Octal 162 37 33 0 111 114 67 3 76 34
Binary 1110010 11111 11011 0 1001001 1001100 110111 11 111110 11100

Color Harmonies of #721F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721F1B

Black with #721F1B

Text Example


Text Example

White with #721F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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