Html Css Color HEX #73201B Falu Red

📋 copy color: '#73201B'

red 115 ◦ green 32 ◦ blue 27

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

Shades of Falu Red #73201B

Tints of Falu Red #73201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.39%

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

R = 66.09%
G = 18.39%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#73201B (or 0x73201B) is known color: Falu Red. HEX triplet: 73, 20 and 1B. RGB value is (115,32,27). Sum of RGB (Red+Green+Blue) = 115+32+27=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #73201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73201B is #8CDFE4. Grayscale: #383838. Windows color (decimal): -9232357 or 1777779. OLE color: 1777779.

HSL color Cylindrical-coordinate representation of color #73201B: hue angle of 3.41º degrees, saturation: 0.62, 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 #73201B is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 32 27 -
CMYK 0 0.72 0.77 0.55
HSL 3.41º 0.62% 0.28% -
HSV(B) 3.41º 0.77% 0.45% -
XYZ 7.78 4.76 1.54 -
YUV 56.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 115 32 27 0 0.72 0.77 0.55 3.41 0.62 0.28
Hex 73 20 1B 0 48 4D 37 3 3E 1C
Octal 163 40 33 0 110 115 67 3 76 34
Binary 1110011 100000 11011 0 1001000 1001101 110111 11 111110 11100

Color Harmonies of #73201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73201B

Black with #73201B

Text Example


Text Example

White with #73201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73201B; }

 p { color: rgb(115,32,27); }

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

background-color css

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

 a { background-color: rgb(115,32,27); }

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

border-color css

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

 span { border-color: rgb(115,32,27); }

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