Html Css Color HEX #752001 Falu Red

📋 copy color: '#752001'

red 117 ◦ green 32 ◦ blue 1

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

Shades of Falu Red #752001

Tints of Falu Red #752001

RGB

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

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

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

R = 78%
G = 21.33%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#752001 (or 0x752001) is known color: Falu Red. HEX triplet: 75, 20 and 01. RGB value is (117,32,1). Sum of RGB (Red+Green+Blue) = 117+32+1=150 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 117 - color contains mainly: red. Hex color #752001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752001 is #8ADFFE. Grayscale: #363636. Windows color (decimal): -9101311 or 73845. OLE color: 73845.

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

Color convert

RGB 117 32 1 -
CMYK 0 0.73 0.99 0.54
HSL 16.03º 0.98% 0.23% -
HSV(B) 16.03º 0.99% 0.46% -
XYZ 7.86 4.82 0.54 -
YUV 53.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 117 32 1 0 0.73 0.99 0.54 16.03 0.98 0.23
Hex 75 20 1 0 49 63 36 10 62 17
Octal 165 40 1 0 111 143 66 20 142 27
Binary 1110101 100000 1 0 1001001 1100011 110110 10000 1100010 10111

Color Harmonies of #752001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752001

Black with #752001

Text Example


Text Example

White with #752001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752001; }

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

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

background-color css

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

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

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

border-color css

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

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

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