Html Css Color HEX #752200 Falu Red

📋 copy color: '#752200'

red 117 ◦ green 34 ◦ blue 0

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

Shades of Falu Red #752200

Tints of Falu Red #752200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.52%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.48%
G = 22.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#752200 (or 0x752200) is known color: Falu Red. HEX triplet: 75, 22 and 00. RGB value is (117,34,0). Sum of RGB (Red+Green+Blue) = 117+34+0=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #752200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752200 is #8ADDFF. Grayscale: #373737. Windows color (decimal): -9100800 or 8821. OLE color: 8821.

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

Color convert

RGB 117 34 0 -
CMYK 0 0.71 1 0.54
HSL 17.44º 1% 0.23% -
HSV(B) 17.44º 1% 0.46% -
XYZ 7.91 4.93 0.53 -
YUV 54.94 97 172.26 -
System Red Green Blue C M Y K H S L
Decimal 117 34 0 0 0.71 1 0.54 17.44 1 0.23
Hex 75 22 0 0 47 64 36 11 64 17
Octal 165 42 0 0 107 144 66 21 144 27
Binary 1110101 100010 0 0 1000111 1100100 110110 10001 1100100 10111

Color Harmonies of #752200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752200

Black with #752200

Text Example


Text Example

White with #752200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752200; }

 p { color: rgb(117,34,0); }

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

background-color css

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

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

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

border-color css

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

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

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