Html Css Color HEX #752117 Falu Red

📋 copy color: '#752117'

red 117 ◦ green 33 ◦ blue 23

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

Shades of Falu Red #752117

Tints of Falu Red #752117

RGB

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

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

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

R = 67.63%
G = 19.08%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#752117 (or 0x752117) is known color: Falu Red. HEX triplet: 75, 21 and 17. RGB value is (117,33,23). Sum of RGB (Red+Green+Blue) = 117+33+23=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #752117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752117 is #8ADEE8. Grayscale: #393939. Windows color (decimal): -9101033 or 1515893. OLE color: 1515893.

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

Color convert

RGB 117 33 23 -
CMYK 0 0.72 0.80 0.54
HSL 6.38º 0.67% 0.27% -
HSV(B) 6.38º 0.8% 0.46% -
XYZ 8.03 4.93 1.34 -
YUV 56.98 108.83 170.81 -
System Red Green Blue C M Y K H S L
Decimal 117 33 23 0 0.72 0.80 0.54 6.38 0.67 0.27
Hex 75 21 17 0 48 50 36 6 43 1B
Octal 165 41 27 0 110 120 66 6 103 33
Binary 1110101 100001 10111 0 1001000 1010000 110110 110 1000011 11011

Color Harmonies of #752117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752117

Black with #752117

Text Example


Text Example

White with #752117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752117; }

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

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

background-color css

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

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

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

border-color css

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

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

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