Html Css Color HEX #732008 Falu Red

📋 copy color: '#732008'

red 115 ◦ green 32 ◦ blue 8

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

Shades of Falu Red #732008

Tints of Falu Red #732008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.16%

R = 74.19%
G = 20.65%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#732008 (or 0x732008) is known color: Falu Red. HEX triplet: 73, 20 and 08. RGB value is (115,32,8). Sum of RGB (Red+Green+Blue) = 115+32+8=155 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.19% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 115 - color contains mainly: red. Hex color #732008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732008 is #8CDFF7. Grayscale: #363636. Windows color (decimal): -9232376 or 532595. OLE color: 532595.

HSL color Cylindrical-coordinate representation of color #732008: hue angle of 13.46º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #732008 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 32 8 -
CMYK 0 0.72 0.93 0.55
HSL 13.46º 0.87% 0.24% -
HSV(B) 13.46º 0.93% 0.45% -
XYZ 7.63 4.7 0.73 -
YUV 54.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 115 32 8 0 0.72 0.93 0.55 13.46 0.87 0.24
Hex 73 20 8 0 48 5D 37 D 57 18
Octal 163 40 10 0 110 135 67 15 127 30
Binary 1110011 100000 1000 0 1001000 1011101 110111 1101 1010111 11000

Color Harmonies of #732008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732008

Black with #732008

Text Example


Text Example

White with #732008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732008; }

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

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

background-color css

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

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

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

border-color css

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

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

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