Html Css Color HEX #752215 Falu Red

📋 copy color: '#752215'

red 117 ◦ green 34 ◦ blue 21

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

Shades of Falu Red #752215

Tints of Falu Red #752215

RGB

 RED value IS 117 (46.09% from 255) = 68.02%

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

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

R = 68.02%
G = 19.77%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#752215 (or 0x752215) is known color: Falu Red. HEX triplet: 75, 22 and 15. RGB value is (117,34,21). Sum of RGB (Red+Green+Blue) = 117+34+21=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #752215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752215 is #8ADDEA. Grayscale: #393939. Windows color (decimal): -9100779 or 1385077. OLE color: 1385077.

HSL color Cylindrical-coordinate representation of color #752215: hue angle of 8.12º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752215 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 34 21 -
CMYK 0 0.71 0.82 0.54
HSL 8.13º 0.7% 0.27% -
HSV(B) 8.13º 0.82% 0.46% -
XYZ 8.04 4.98 1.25 -
YUV 57.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 117 34 21 0 0.71 0.82 0.54 8.13 0.7 0.27
Hex 75 22 15 0 47 52 36 8 46 1B
Octal 165 42 25 0 107 122 66 10 106 33
Binary 1110101 100010 10101 0 1000111 1010010 110110 1000 1000110 11011

Color Harmonies of #752215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752215

Black with #752215

Text Example


Text Example

White with #752215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752215; }

 p { color: rgb(117,34,21); }

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

background-color css

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

 a { background-color: rgb(117,34,21); }

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

border-color css

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

 span { border-color: rgb(117,34,21); }

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