Html Css Color HEX #752013 Falu Red

📋 copy color: '#752013'

red 117 ◦ green 32 ◦ blue 19

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

Shades of Falu Red #752013

Tints of Falu Red #752013

RGB

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

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

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

R = 69.64%
G = 19.05%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#752013 (or 0x752013) is known color: Falu Red. HEX triplet: 75, 20 and 13. RGB value is (117,32,19). Sum of RGB (Red+Green+Blue) = 117+32+19=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #752013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752013 is #8ADFEC. Grayscale: #383838. Windows color (decimal): -9101293 or 1253493. OLE color: 1253493.

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

Color convert

RGB 117 32 19 -
CMYK 0 0.73 0.84 0.54
HSL 7.96º 0.72% 0.27% -
HSV(B) 7.96º 0.84% 0.46% -
XYZ 7.97 4.86 1.13 -
YUV 55.93 107.16 171.56 -
System Red Green Blue C M Y K H S L
Decimal 117 32 19 0 0.73 0.84 0.54 7.96 0.72 0.27
Hex 75 20 13 0 49 54 36 8 48 1B
Octal 165 40 23 0 111 124 66 10 110 33
Binary 1110101 100000 10011 0 1001001 1010100 110110 1000 1001000 11011

Color Harmonies of #752013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752013

Black with #752013

Text Example


Text Example

White with #752013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752013; }

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

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

background-color css

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

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

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

border-color css

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

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

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