Html Css Color HEX #721E1E Falu Red

📋 copy color: '#721E1E'

red 114 ◦ green 30 ◦ blue 30

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

Shades of Falu Red #721E1E

Tints of Falu Red #721E1E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.24%

 BLUE value IS 30 (12.11% from 255) = 17.24%

R = 65.52%
G = 17.24%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#721E1E (or 0x721E1E) is known color: Falu Red. HEX triplet: 72, 1E and 1E. RGB value is (114,30,30). Sum of RGB (Red+Green+Blue) = 114+30+30=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #721E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E1E is #8DE1E1. Grayscale: #373737. Windows color (decimal): -9298402 or 1973874. OLE color: 1973874.

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

Color convert

RGB 114 30 30 -
CMYK 0 0.74 0.74 0.55
HSL 0.58% 0.28% -
HSV(B) 0.74% 0.45% -
XYZ 7.64 4.6 1.71 -
YUV 55.12 113.83 170 -
System Red Green Blue C M Y K H S L
Decimal 114 30 30 0 0.74 0.74 0.55 0 0.58 0.28
Hex 72 1E 1E 0 4A 4A 37 0 3A 1C
Octal 162 36 36 0 112 112 67 0 72 34
Binary 1110010 11110 11110 0 1001010 1001010 110111 0 111010 11100

Color Harmonies of #721E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E1E

Black with #721E1E

Text Example


Text Example

White with #721E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,30,30); }

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

background-color css

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

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

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

border-color css

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

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

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