Html Css Color HEX #721B03 Falu Red

📋 copy color: '#721B03'

red 114 ◦ green 27 ◦ blue 3

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

Shades of Falu Red #721B03

Tints of Falu Red #721B03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.08%

R = 79.17%
G = 18.75%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#721B03 (or 0x721B03) is known color: Falu Red. HEX triplet: 72, 1B and 03. RGB value is (114,27,3). Sum of RGB (Red+Green+Blue) = 114+27+3=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #721B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721B03 is #8DE4FC. Grayscale: #323232. Windows color (decimal): -9299197 or 203634. OLE color: 203634.

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

Color convert

RGB 114 27 3 -
CMYK 0 0.76 0.97 0.55
HSL 12.97º 0.95% 0.23% -
HSV(B) 12.97º 0.97% 0.45% -
XYZ 7.35 4.37 0.54 -
YUV 50.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 114 27 3 0 0.76 0.97 0.55 12.97 0.95 0.23
Hex 72 1B 3 0 4C 61 37 D 5F 17
Octal 162 33 3 0 114 141 67 15 137 27
Binary 1110010 11011 11 0 1001100 1100001 110111 1101 1011111 10111

Color Harmonies of #721B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721B03

Black with #721B03

Text Example


Text Example

White with #721B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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