Html Css Color HEX #752513 Falu Red

📋 copy color: '#752513'

red 117 ◦ green 37 ◦ blue 19

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

Shades of Falu Red #752513

Tints of Falu Red #752513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.39%

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

R = 67.63%
G = 21.39%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#752513 (or 0x752513) is known color: Falu Red. HEX triplet: 75, 25 and 13. RGB value is (117,37,19). Sum of RGB (Red+Green+Blue) = 117+37+19=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #752513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752513 is #8ADAEC. Grayscale: #3B3B3B. Windows color (decimal): -9100013 or 1254773. OLE color: 1254773.

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

Color convert

RGB 117 37 19 -
CMYK 0 0.68 0.84 0.54
HSL 11.02º 0.72% 0.27% -
HSV(B) 11.02º 0.84% 0.46% -
XYZ 8.12 5.15 1.18 -
YUV 58.87 105.5 169.46 -
System Red Green Blue C M Y K H S L
Decimal 117 37 19 0 0.68 0.84 0.54 11.02 0.72 0.27
Hex 75 25 13 0 44 54 36 B 48 1B
Octal 165 45 23 0 104 124 66 13 110 33
Binary 1110101 100101 10011 0 1000100 1010100 110110 1011 1001000 11011

Color Harmonies of #752513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752513

Black with #752513

Text Example


Text Example

White with #752513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752513; }

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

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

background-color css

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

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

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

border-color css

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

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

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