Html Css Color HEX #752115 Falu Red

📋 copy color: '#752115'

red 117 ◦ green 33 ◦ blue 21

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

Shades of Falu Red #752115

Tints of Falu Red #752115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.3%

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

R = 68.42%
G = 19.3%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#752115 (or 0x752115) is known color: Falu Red. HEX triplet: 75, 21 and 15. RGB value is (117,33,21). Sum of RGB (Red+Green+Blue) = 117+33+21=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #752115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752115 is #8ADEEA. Grayscale: #383838. Windows color (decimal): -9101035 or 1384821. OLE color: 1384821.

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

Color convert

RGB 117 33 21 -
CMYK 0 0.72 0.82 0.54
HSL 7.5º 0.7% 0.27% -
HSV(B) 7.5º 0.82% 0.46% -
XYZ 8.02 4.92 1.24 -
YUV 56.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 117 33 21 0 0.72 0.82 0.54 7.5 0.7 0.27
Hex 75 21 15 0 48 52 36 8 46 1B
Octal 165 41 25 0 110 122 66 10 106 33
Binary 1110101 100001 10101 0 1001000 1010010 110110 1000 1000110 11011

Color Harmonies of #752115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752115

Black with #752115

Text Example


Text Example

White with #752115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752115; }

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

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

background-color css

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

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

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

border-color css

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

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

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