Html Css Color HEX #752121 Falu Red

📋 copy color: '#752121'

red 117 ◦ green 33 ◦ blue 33

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

Shades of Falu Red #752121

Tints of Falu Red #752121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.03%

R = 63.93%
G = 18.03%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#752121 (or 0x752121) is known color: Falu Red. HEX triplet: 75, 21 and 21. RGB value is (117,33,33). Sum of RGB (Red+Green+Blue) = 117+33+33=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #752121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752121 is #8ADEDE. Grayscale: #3A3A3A. Windows color (decimal): -9101023 or 2171253. OLE color: 2171253.

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

Color convert

RGB 117 33 33 -
CMYK 0 0.72 0.72 0.54
HSL 0.56% 0.29% -
HSV(B) 0.72% 0.46% -
XYZ 8.15 4.98 1.97 -
YUV 58.12 113.83 170 -
System Red Green Blue C M Y K H S L
Decimal 117 33 33 0 0.72 0.72 0.54 0 0.56 0.29
Hex 75 21 21 0 48 48 36 0 38 1D
Octal 165 41 41 0 110 110 66 0 70 35
Binary 1110101 100001 100001 0 1001000 1001000 110110 0 111000 11101

Color Harmonies of #752121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752121

Black with #752121

Text Example


Text Example

White with #752121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752121; }

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

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

background-color css

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

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

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

border-color css

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

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

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