Html Css Color HEX #752004 Falu Red

📋 copy color: '#752004'

red 117 ◦ green 32 ◦ blue 4

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

Shades of Falu Red #752004

Tints of Falu Red #752004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.61%

R = 76.47%
G = 20.92%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#752004 (or 0x752004) is known color: Falu Red. HEX triplet: 75, 20 and 04. RGB value is (117,32,4). Sum of RGB (Red+Green+Blue) = 117+32+4=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #752004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752004 is #8ADFFB. Grayscale: #363636. Windows color (decimal): -9101308 or 270453. OLE color: 270453.

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

Color convert

RGB 117 32 4 -
CMYK 0 0.73 0.97 0.54
HSL 14.87º 0.93% 0.24% -
HSV(B) 14.87º 0.97% 0.46% -
XYZ 7.87 4.82 0.63 -
YUV 54.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 117 32 4 0 0.73 0.97 0.54 14.87 0.93 0.24
Hex 75 20 4 0 49 61 36 F 5D 18
Octal 165 40 4 0 111 141 66 17 135 30
Binary 1110101 100000 100 0 1001001 1100001 110110 1111 1011101 11000

Color Harmonies of #752004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752004

Black with #752004

Text Example


Text Example

White with #752004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752004; }

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

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

background-color css

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

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

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

border-color css

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

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

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