Html Css Color HEX #752305 Falu Red

📋 copy color: '#752305'

red 117 ◦ green 35 ◦ blue 5

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

Shades of Falu Red #752305

Tints of Falu Red #752305

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.29%

 BLUE value IS 5 (2.34% from 255) = 3.18%

R = 74.52%
G = 22.29%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#752305 (or 0x752305) is known color: Falu Red. HEX triplet: 75, 23 and 05. RGB value is (117,35,5). Sum of RGB (Red+Green+Blue) = 117+35+5=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #752305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752305 is #8ADCFA. Grayscale: #383838. Windows color (decimal): -9100539 or 336757. OLE color: 336757.

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

Color convert

RGB 117 35 5 -
CMYK 0 0.70 0.96 0.54
HSL 16.07º 0.92% 0.24% -
HSV(B) 16.07º 0.96% 0.46% -
XYZ 7.96 4.99 0.69 -
YUV 56.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 117 35 5 0 0.70 0.96 0.54 16.07 0.92 0.24
Hex 75 23 5 0 46 60 36 10 5C 18
Octal 165 43 5 0 106 140 66 20 134 30
Binary 1110101 100011 101 0 1000110 1100000 110110 10000 1011100 11000

Color Harmonies of #752305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752305

Black with #752305

Text Example


Text Example

White with #752305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752305; }

 p { color: rgb(117,35,5); }

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

background-color css

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

 a { background-color: rgb(117,35,5); }

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

border-color css

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

 span { border-color: rgb(117,35,5); }

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