Html Css Color HEX #752019 Falu Red

📋 copy color: '#752019'

red 117 ◦ green 32 ◦ blue 25

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

Shades of Falu Red #752019

Tints of Falu Red #752019

RGB

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

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

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

R = 67.24%
G = 18.39%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#752019 (or 0x752019) is known color: Falu Red. HEX triplet: 75, 20 and 19. RGB value is (117,32,25). Sum of RGB (Red+Green+Blue) = 117+32+25=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #752019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752019 is #8ADFE6. Grayscale: #383838. Windows color (decimal): -9101287 or 1646709. OLE color: 1646709.

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

Color convert

RGB 117 32 25 -
CMYK 0 0.73 0.79 0.54
HSL 4.57º 0.65% 0.28% -
HSV(B) 4.57º 0.79% 0.46% -
XYZ 8.03 4.89 1.44 -
YUV 56.62 110.16 171.07 -
System Red Green Blue C M Y K H S L
Decimal 117 32 25 0 0.73 0.79 0.54 4.57 0.65 0.28
Hex 75 20 19 0 49 4F 36 5 41 1C
Octal 165 40 31 0 111 117 66 5 101 34
Binary 1110101 100000 11001 0 1001001 1001111 110110 101 1000001 11100

Color Harmonies of #752019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752019

Black with #752019

Text Example


Text Example

White with #752019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752019; }

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

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

background-color css

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

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

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

border-color css

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

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

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