Html Css Color HEX #752108 Falu Red

📋 copy color: '#752108'

red 117 ◦ green 33 ◦ blue 8

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

Shades of Falu Red #752108

Tints of Falu Red #752108

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.89%

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

R = 74.05%
G = 20.89%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#752108 (or 0x752108) is known color: Falu Red. HEX triplet: 75, 21 and 08. RGB value is (117,33,8). Sum of RGB (Red+Green+Blue) = 117+33+8=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #752108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752108 is #8ADEF7. Grayscale: #373737. Windows color (decimal): -9101048 or 532853. OLE color: 532853.

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

Color convert

RGB 117 33 8 -
CMYK 0 0.72 0.93 0.54
HSL 13.76º 0.87% 0.25% -
HSV(B) 13.76º 0.93% 0.46% -
XYZ 7.92 4.89 0.76 -
YUV 55.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 117 33 8 0 0.72 0.93 0.54 13.76 0.87 0.25
Hex 75 21 8 0 48 5D 36 E 57 19
Octal 165 41 10 0 110 135 66 16 127 31
Binary 1110101 100001 1000 0 1001000 1011101 110110 1110 1010111 11001

Color Harmonies of #752108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752108

Black with #752108

Text Example


Text Example

White with #752108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752108; }

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

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

background-color css

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

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

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

border-color css

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

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

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