Html Css Color HEX #752313 Falu Red

📋 copy color: '#752313'

red 117 ◦ green 35 ◦ blue 19

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

Shades of Falu Red #752313

Tints of Falu Red #752313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.47%

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 68.42%
G = 20.47%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#752313 (or 0x752313) is known color: Falu Red. HEX triplet: 75, 23 and 13. RGB value is (117,35,19). Sum of RGB (Red+Green+Blue) = 117+35+19=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #752313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752313 is #8ADCEC. Grayscale: #393939. Windows color (decimal): -9100525 or 1254261. OLE color: 1254261.

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

Color convert

RGB 117 35 19 -
CMYK 0 0.70 0.84 0.54
HSL 9.8º 0.72% 0.27% -
HSV(B) 9.8º 0.84% 0.46% -
XYZ 8.05 5.03 1.16 -
YUV 57.69 106.17 170.3 -
System Red Green Blue C M Y K H S L
Decimal 117 35 19 0 0.70 0.84 0.54 9.8 0.72 0.27
Hex 75 23 13 0 46 54 36 A 48 1B
Octal 165 43 23 0 106 124 66 12 110 33
Binary 1110101 100011 10011 0 1000110 1010100 110110 1010 1001000 11011

Color Harmonies of #752313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752313

Black with #752313

Text Example


Text Example

White with #752313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752313; }

 p { color: rgb(117,35,19); }

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

background-color css

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

 a { background-color: rgb(117,35,19); }

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

border-color css

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

 span { border-color: rgb(117,35,19); }

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