Html Css Color HEX #721C1B Falu Red

📋 copy color: '#721C1B'

red 114 ◦ green 28 ◦ blue 27

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

Shades of Falu Red #721C1B

Tints of Falu Red #721C1B

RGB

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

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

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

R = 67.46%
G = 16.57%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#721C1B (or 0x721C1B) is known color: Falu Red. HEX triplet: 72, 1C and 1B. RGB value is (114,28,27). Sum of RGB (Red+Green+Blue) = 114+28+27=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #721C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C1B is #8DE3E4. Grayscale: #353535. Windows color (decimal): -9298917 or 1776754. OLE color: 1776754.

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

Color convert

RGB 114 28 27 -
CMYK 0 0.75 0.76 0.55
HSL 0.69º 0.62% 0.28% -
HSV(B) 0.69º 0.76% 0.45% -
XYZ 7.55 4.49 1.5 -
YUV 53.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 114 28 27 0 0.75 0.76 0.55 0.69 0.62 0.28
Hex 72 1C 1B 0 4B 4C 37 1 3E 1C
Octal 162 34 33 0 113 114 67 1 76 34
Binary 1110010 11100 11011 0 1001011 1001100 110111 1 111110 11100

Color Harmonies of #721C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721C1B

Black with #721C1B

Text Example


Text Example

White with #721C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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