Html Css Color HEX #752101 Falu Red

📋 copy color: '#752101'

red 117 ◦ green 33 ◦ blue 1

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

Shades of Falu Red #752101

Tints of Falu Red #752101

RGB

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

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

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

R = 77.48%
G = 21.85%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#752101 (or 0x752101) is known color: Falu Red. HEX triplet: 75, 21 and 01. RGB value is (117,33,1). Sum of RGB (Red+Green+Blue) = 117+33+1=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #752101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752101 is #8ADEFE. Grayscale: #363636. Windows color (decimal): -9101055 or 74101. OLE color: 74101.

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

Color convert

RGB 117 33 1 -
CMYK 0 0.72 0.99 0.54
HSL 16.55º 0.98% 0.23% -
HSV(B) 16.55º 0.99% 0.46% -
XYZ 7.89 4.87 0.55 -
YUV 54.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 117 33 1 0 0.72 0.99 0.54 16.55 0.98 0.23
Hex 75 21 1 0 48 63 36 11 62 17
Octal 165 41 1 0 110 143 66 21 142 27
Binary 1110101 100001 1 0 1001000 1100011 110110 10001 1100010 10111

Color Harmonies of #752101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752101

Black with #752101

Text Example


Text Example

White with #752101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752101; }

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

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

background-color css

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

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

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

border-color css

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

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

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