Html Css Color HEX #73201E Falu Red

📋 copy color: '#73201E'

red 115 ◦ green 32 ◦ blue 30

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

Shades of Falu Red #73201E

Tints of Falu Red #73201E

RGB

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

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

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

R = 64.97%
G = 18.08%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#73201E (or 0x73201E) is known color: Falu Red. HEX triplet: 73, 20 and 1E. RGB value is (115,32,30). Sum of RGB (Red+Green+Blue) = 115+32+30=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #73201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73201E is #8CDFE1. Grayscale: #383838. Windows color (decimal): -9232354 or 1974387. OLE color: 1974387.

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

Color convert

RGB 115 32 30 -
CMYK 0 0.72 0.74 0.55
HSL 1.41º 0.59% 0.28% -
HSV(B) 1.41º 0.74% 0.45% -
XYZ 7.82 4.77 1.74 -
YUV 56.59 113 169.66 -
System Red Green Blue C M Y K H S L
Decimal 115 32 30 0 0.72 0.74 0.55 1.41 0.59 0.28
Hex 73 20 1E 0 48 4A 37 1 3B 1C
Octal 163 40 36 0 110 112 67 1 73 34
Binary 1110011 100000 11110 0 1001000 1001010 110111 1 111011 11100

Color Harmonies of #73201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73201E

Black with #73201E

Text Example


Text Example

White with #73201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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