Html Css Color HEX #73221A Falu Red

📋 copy color: '#73221A'

red 115 ◦ green 34 ◦ blue 26

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

Shades of Falu Red #73221A

Tints of Falu Red #73221A

RGB

 RED value IS 115 (45.31% from 255) = 65.71%

 GREEN value IS 34 (13.67% from 255) = 19.43%

 BLUE value IS 26 (10.55% from 255) = 14.86%

R = 65.71%
G = 19.43%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#73221A (or 0x73221A) is known color: Falu Red. HEX triplet: 73, 22 and 1A. RGB value is (115,34,26). Sum of RGB (Red+Green+Blue) = 115+34+26=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #73221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73221A is #8CDDE5. Grayscale: #393939. Windows color (decimal): -9231846 or 1712755. OLE color: 1712755.

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

Color convert

RGB 115 34 26 -
CMYK 0 0.70 0.77 0.55
HSL 5.39º 0.63% 0.28% -
HSV(B) 5.39º 0.77% 0.45% -
XYZ 7.83 4.86 1.5 -
YUV 57.31 110.34 169.15 -
System Red Green Blue C M Y K H S L
Decimal 115 34 26 0 0.70 0.77 0.55 5.39 0.63 0.28
Hex 73 22 1A 0 46 4D 37 5 3F 1C
Octal 163 42 32 0 106 115 67 5 77 34
Binary 1110011 100010 11010 0 1000110 1001101 110111 101 111111 11100

Color Harmonies of #73221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73221A

Black with #73221A

Text Example


Text Example

White with #73221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73221A; }

 p { color: rgb(115,34,26); }

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

background-color css

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

 a { background-color: rgb(115,34,26); }

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

border-color css

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

 span { border-color: rgb(115,34,26); }

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