Html Css Color HEX #752008 Falu Red

📋 copy color: '#752008'

red 117 ◦ green 32 ◦ blue 8

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

Shades of Falu Red #752008

Tints of Falu Red #752008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.1%

R = 74.52%
G = 20.38%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#752008 (or 0x752008) is known color: Falu Red. HEX triplet: 75, 20 and 08. RGB value is (117,32,8). Sum of RGB (Red+Green+Blue) = 117+32+8=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #752008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752008 is #8ADFF7. Grayscale: #363636. Windows color (decimal): -9101304 or 532597. OLE color: 532597.

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

Color convert

RGB 117 32 8 -
CMYK 0 0.73 0.93 0.54
HSL 13.21º 0.87% 0.25% -
HSV(B) 13.21º 0.93% 0.46% -
XYZ 7.9 4.83 0.75 -
YUV 54.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 117 32 8 0 0.73 0.93 0.54 13.21 0.87 0.25
Hex 75 20 8 0 49 5D 36 D 57 19
Octal 165 40 10 0 111 135 66 15 127 31
Binary 1110101 100000 1000 0 1001001 1011101 110110 1101 1010111 11001

Color Harmonies of #752008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752008

Black with #752008

Text Example


Text Example

White with #752008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752008; }

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

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

background-color css

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

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

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

border-color css

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

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

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