Html Css Color HEX #732203 Falu Red

📋 copy color: '#732203'

red 115 ◦ green 34 ◦ blue 3

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

Shades of Falu Red #732203

Tints of Falu Red #732203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.97%

R = 75.66%
G = 22.37%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#732203 (or 0x732203) is known color: Falu Red. HEX triplet: 73, 22 and 03. RGB value is (115,34,3). Sum of RGB (Red+Green+Blue) = 115+34+3=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #732203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732203 is #8CDDFC. Grayscale: #363636. Windows color (decimal): -9231869 or 205427. OLE color: 205427.

HSL color Cylindrical-coordinate representation of color #732203: hue angle of 16.61º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #732203 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 34 3 -
CMYK 0 0.70 0.97 0.55
HSL 16.61º 0.95% 0.23% -
HSV(B) 16.61º 0.97% 0.45% -
XYZ 7.66 4.8 0.61 -
YUV 54.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 115 34 3 0 0.70 0.97 0.55 16.61 0.95 0.23
Hex 73 22 3 0 46 61 37 11 5F 17
Octal 163 42 3 0 106 141 67 21 137 27
Binary 1110011 100010 11 0 1000110 1100001 110111 10001 1011111 10111

Color Harmonies of #732203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732203

Black with #732203

Text Example


Text Example

White with #732203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732203; }

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

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

background-color css

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

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

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

border-color css

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

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

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