Html Css Color HEX #752201 Falu Red

📋 copy color: '#752201'

red 117 ◦ green 34 ◦ blue 1

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

Shades of Falu Red #752201

Tints of Falu Red #752201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.66%

R = 76.97%
G = 22.37%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#752201 (or 0x752201) is known color: Falu Red. HEX triplet: 75, 22 and 01. RGB value is (117,34,1). Sum of RGB (Red+Green+Blue) = 117+34+1=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #752201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752201 is #8ADDFE. Grayscale: #373737. Windows color (decimal): -9100799 or 74357. OLE color: 74357.

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

Color convert

RGB 117 34 1 -
CMYK 0 0.71 0.99 0.54
HSL 17.07º 0.98% 0.23% -
HSV(B) 17.07º 0.99% 0.46% -
XYZ 7.91 4.93 0.56 -
YUV 55.06 97.5 172.18 -
System Red Green Blue C M Y K H S L
Decimal 117 34 1 0 0.71 0.99 0.54 17.07 0.98 0.23
Hex 75 22 1 0 47 63 36 11 62 17
Octal 165 42 1 0 107 143 66 21 142 27
Binary 1110101 100010 1 0 1000111 1100011 110110 10001 1100010 10111

Color Harmonies of #752201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752201

Black with #752201

Text Example


Text Example

White with #752201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752201; }

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

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

background-color css

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

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

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

border-color css

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

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

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