Html Css Color HEX #752020 Falu Red

📋 copy color: '#752020'

red 117 ◦ green 32 ◦ blue 32

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

Shades of Falu Red #752020

Tints of Falu Red #752020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.68%

R = 64.64%
G = 17.68%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#752020 (or 0x752020) is known color: Falu Red. HEX triplet: 75, 20 and 20. RGB value is (117,32,32). Sum of RGB (Red+Green+Blue) = 117+32+32=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #752020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752020 is #8ADFDF. Grayscale: #393939. Windows color (decimal): -9101280 or 2105461. OLE color: 2105461.

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

Color convert

RGB 117 32 32 -
CMYK 0 0.73 0.73 0.54
HSL 0.57% 0.29% -
HSV(B) 0.73% 0.46% -
XYZ 8.11 4.92 1.89 -
YUV 57.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 117 32 32 0 0.73 0.73 0.54 0 0.57 0.29
Hex 75 20 20 0 49 49 36 0 39 1D
Octal 165 40 40 0 111 111 66 0 71 35
Binary 1110101 100000 100000 0 1001001 1001001 110110 0 111001 11101

Color Harmonies of #752020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752020

Black with #752020

Text Example


Text Example

White with #752020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752020; }

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

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

background-color css

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

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

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

border-color css

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

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

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