Html Css Color HEX #752000 Falu Red

📋 copy color: '#752000'

red 117 ◦ green 32 ◦ blue 0

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

Shades of Falu Red #752000

Tints of Falu Red #752000

RGB

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

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

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

R = 78.52%
G = 21.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#752000 (or 0x752000) is known color: Falu Red. HEX triplet: 75, 20 and 00. RGB value is (117,32,0). Sum of RGB (Red+Green+Blue) = 117+32+0=149 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78.52% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 117 - color contains mainly: red. Hex color #752000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752000 is #8ADFFF. Grayscale: #353535. Windows color (decimal): -9101312 or 8309. OLE color: 8309.

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

Color convert

RGB 117 32 0 -
CMYK 0 0.73 1 0.54
HSL 16.41º 1% 0.23% -
HSV(B) 16.41º 1% 0.46% -
XYZ 7.85 4.81 0.52 -
YUV 53.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 117 32 0 0 0.73 1 0.54 16.41 1 0.23
Hex 75 20 0 0 49 64 36 10 64 17
Octal 165 40 0 0 111 144 66 20 144 27
Binary 1110101 100000 0 0 1001001 1100100 110110 10000 1100100 10111

Color Harmonies of #752000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752000

Black with #752000

Text Example


Text Example

White with #752000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752000; }

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

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

background-color css

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

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

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

border-color css

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

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

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