Html Css Color HEX #722319 Falu Red

📋 copy color: '#722319'

red 114 ◦ green 35 ◦ blue 25

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

Shades of Falu Red #722319

Tints of Falu Red #722319

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.11%

 BLUE value IS 25 (10.16% from 255) = 14.37%

R = 65.52%
G = 20.11%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#722319 (or 0x722319) is known color: Falu Red. HEX triplet: 72, 23 and 19. RGB value is (114,35,25). Sum of RGB (Red+Green+Blue) = 114+35+25=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #722319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722319 is #8DDCE6. Grayscale: #393939. Windows color (decimal): -9297127 or 1647474. OLE color: 1647474.

HSL color Cylindrical-coordinate representation of color #722319: hue angle of 6.74º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #722319 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 35 25 -
CMYK 0 0.69 0.78 0.55
HSL 6.74º 0.64% 0.27% -
HSV(B) 6.74º 0.78% 0.45% -
XYZ 7.72 4.85 1.45 -
YUV 57.48 109.67 168.31 -
System Red Green Blue C M Y K H S L
Decimal 114 35 25 0 0.69 0.78 0.55 6.74 0.64 0.27
Hex 72 23 19 0 45 4E 37 7 40 1B
Octal 162 43 31 0 105 116 67 7 100 33
Binary 1110010 100011 11001 0 1000101 1001110 110111 111 1000000 11011

Color Harmonies of #722319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722319

Black with #722319

Text Example


Text Example

White with #722319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722319; }

 p { color: rgb(114,35,25); }

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

background-color css

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

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

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

border-color css

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

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

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