Html Css Color HEX #752515 Falu Red

📋 copy color: '#752515'

red 117 ◦ green 37 ◦ blue 21

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

Shades of Falu Red #752515

Tints of Falu Red #752515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.14%

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

R = 66.86%
G = 21.14%
B = 12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#752515 (or 0x752515) is known color: Falu Red. HEX triplet: 75, 25 and 15. RGB value is (117,37,21). Sum of RGB (Red+Green+Blue) = 117+37+21=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #752515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752515 is #8ADAEA. Grayscale: #3B3B3B. Windows color (decimal): -9100011 or 1385845. OLE color: 1385845.

HSL color Cylindrical-coordinate representation of color #752515: hue angle of 10º 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 #752515 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 37 21 -
CMYK 0 0.68 0.82 0.54
HSL 10º 0.7% 0.27% -
HSV(B) 10º 0.82% 0.46% -
XYZ 8.13 5.16 1.28 -
YUV 59.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 117 37 21 0 0.68 0.82 0.54 10 0.7 0.27
Hex 75 25 15 0 44 52 36 A 46 1B
Octal 165 45 25 0 104 122 66 12 106 33
Binary 1110101 100101 10101 0 1000100 1010010 110110 1010 1000110 11011

Color Harmonies of #752515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752515

Black with #752515

Text Example


Text Example

White with #752515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752515; }

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

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

background-color css

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

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

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

border-color css

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

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

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