Html Css Color HEX #752017 Falu Red

📋 copy color: '#752017'

red 117 ◦ green 32 ◦ blue 23

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

Shades of Falu Red #752017

Tints of Falu Red #752017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.37%

R = 68.02%
G = 18.6%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#752017 (or 0x752017) is known color: Falu Red. HEX triplet: 75, 20 and 17. RGB value is (117,32,23). Sum of RGB (Red+Green+Blue) = 117+32+23=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #752017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752017 is #8ADFE8. Grayscale: #383838. Windows color (decimal): -9101289 or 1515637. OLE color: 1515637.

HSL color Cylindrical-coordinate representation of color #752017: hue angle of 5.74º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752017 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 32 23 -
CMYK 0 0.73 0.80 0.54
HSL 5.74º 0.67% 0.27% -
HSV(B) 5.74º 0.8% 0.46% -
XYZ 8.01 4.88 1.33 -
YUV 56.39 109.16 171.23 -
System Red Green Blue C M Y K H S L
Decimal 117 32 23 0 0.73 0.80 0.54 5.74 0.67 0.27
Hex 75 20 17 0 49 50 36 6 43 1B
Octal 165 40 27 0 111 120 66 6 103 33
Binary 1110101 100000 10111 0 1001001 1010000 110110 110 1000011 11011

Color Harmonies of #752017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752017

Black with #752017

Text Example


Text Example

White with #752017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752017; }

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

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

background-color css

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

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

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

border-color css

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

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

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