Html Css Color HEX #752300 Falu Red

📋 copy color: '#752300'

red 117 ◦ green 35 ◦ blue 0

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

Shades of Falu Red #752300

Tints of Falu Red #752300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.97%
G = 23.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#752300 (or 0x752300) is known color: Falu Red. HEX triplet: 75, 23 and 00. RGB value is (117,35,0). Sum of RGB (Red+Green+Blue) = 117+35+0=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #752300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752300 is #8ADCFF. Grayscale: #373737. Windows color (decimal): -9100544 or 9077. OLE color: 9077.

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

Color convert

RGB 117 35 0 -
CMYK 0 0.70 1 0.54
HSL 17.95º 1% 0.23% -
HSV(B) 17.95º 1% 0.46% -
XYZ 7.94 4.98 0.54 -
YUV 55.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 117 35 0 0 0.70 1 0.54 17.95 1 0.23
Hex 75 23 0 0 46 64 36 12 64 17
Octal 165 43 0 0 106 144 66 22 144 27
Binary 1110101 100011 0 0 1000110 1100100 110110 10010 1100100 10111

Color Harmonies of #752300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752300

Black with #752300

Text Example


Text Example

White with #752300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752300; }

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

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

background-color css

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

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

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

border-color css

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

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

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