Html Css Color HEX #752119 Falu Red

📋 copy color: '#752119'

red 117 ◦ green 33 ◦ blue 25

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

Shades of Falu Red #752119

Tints of Falu Red #752119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.29%

R = 66.86%
G = 18.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#752119 (or 0x752119) is known color: Falu Red. HEX triplet: 75, 21 and 19. RGB value is (117,33,25). Sum of RGB (Red+Green+Blue) = 117+33+25=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #752119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752119 is #8ADEE6. Grayscale: #393939. Windows color (decimal): -9101031 or 1646965. OLE color: 1646965.

HSL color Cylindrical-coordinate representation of color #752119: hue angle of 5.22º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752119 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 33 25 -
CMYK 0 0.72 0.79 0.54
HSL 5.22º 0.65% 0.28% -
HSV(B) 5.22º 0.79% 0.46% -
XYZ 8.06 4.94 1.45 -
YUV 57.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 117 33 25 0 0.72 0.79 0.54 5.22 0.65 0.28
Hex 75 21 19 0 48 4F 36 5 41 1C
Octal 165 41 31 0 110 117 66 5 101 34
Binary 1110101 100001 11001 0 1001000 1001111 110110 101 1000001 11100

Color Harmonies of #752119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752119

Black with #752119

Text Example


Text Example

White with #752119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752119; }

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

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

background-color css

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

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

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

border-color css

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

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

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