Html Css Color HEX #732015 Falu Red

📋 copy color: '#732015'

red 115 ◦ green 32 ◦ blue 21

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

Shades of Falu Red #732015

Tints of Falu Red #732015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.5%

R = 68.45%
G = 19.05%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#732015 (or 0x732015) is known color: Falu Red. HEX triplet: 73, 20 and 15. RGB value is (115,32,21). Sum of RGB (Red+Green+Blue) = 115+32+21=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #732015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732015 is #8CDFEA. Grayscale: #373737. Windows color (decimal): -9232363 or 1384563. OLE color: 1384563.

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

Color convert

RGB 115 32 21 -
CMYK 0 0.72 0.82 0.55
HSL 7.02º 0.69% 0.27% -
HSV(B) 7.02º 0.82% 0.45% -
XYZ 7.72 4.73 1.22 -
YUV 55.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 115 32 21 0 0.72 0.82 0.55 7.02 0.69 0.27
Hex 73 20 15 0 48 52 37 7 45 1B
Octal 163 40 25 0 110 122 67 7 105 33
Binary 1110011 100000 10101 0 1001000 1010010 110111 111 1000101 11011

Color Harmonies of #732015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732015

Black with #732015

Text Example


Text Example

White with #732015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732015; }

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

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

background-color css

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

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

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

border-color css

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

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

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