Html Css Color HEX #73200B Falu Red

📋 copy color: '#73200B'

red 115 ◦ green 32 ◦ blue 11

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

Shades of Falu Red #73200B

Tints of Falu Red #73200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.96%

R = 72.78%
G = 20.25%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73200B (or 0x73200B) is known color: Falu Red. HEX triplet: 73, 20 and 0B. RGB value is (115,32,11). Sum of RGB (Red+Green+Blue) = 115+32+11=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #73200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73200B is #8CDFF4. Grayscale: #363636. Windows color (decimal): -9232373 or 729203. OLE color: 729203.

HSL color Cylindrical-coordinate representation of color #73200B: hue angle of 12.12º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73200B is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 32 11 -
CMYK 0 0.72 0.90 0.55
HSL 12.12º 0.83% 0.25% -
HSV(B) 12.12º 0.9% 0.45% -
XYZ 7.65 4.7 0.82 -
YUV 54.42 103.5 171.21 -
System Red Green Blue C M Y K H S L
Decimal 115 32 11 0 0.72 0.90 0.55 12.12 0.83 0.25
Hex 73 20 B 0 48 5A 37 C 53 19
Octal 163 40 13 0 110 132 67 14 123 31
Binary 1110011 100000 1011 0 1001000 1011010 110111 1100 1010011 11001

Color Harmonies of #73200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73200B

Black with #73200B

Text Example


Text Example

White with #73200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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