Html Css Color HEX #752106 Falu Red

📋 copy color: '#752106'

red 117 ◦ green 33 ◦ blue 6

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

Shades of Falu Red #752106

Tints of Falu Red #752106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.85%

R = 75%
G = 21.15%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#752106 (or 0x752106) is known color: Falu Red. HEX triplet: 75, 21 and 06. RGB value is (117,33,6). Sum of RGB (Red+Green+Blue) = 117+33+6=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #752106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752106 is #8ADEF9. Grayscale: #373737. Windows color (decimal): -9101050 or 401781. OLE color: 401781.

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

Color convert

RGB 117 33 6 -
CMYK 0 0.72 0.95 0.54
HSL 14.59º 0.9% 0.24% -
HSV(B) 14.59º 0.95% 0.46% -
XYZ 7.91 4.88 0.7 -
YUV 55.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 117 33 6 0 0.72 0.95 0.54 14.59 0.9 0.24
Hex 75 21 6 0 48 5F 36 F 5A 18
Octal 165 41 6 0 110 137 66 17 132 30
Binary 1110101 100001 110 0 1001000 1011111 110110 1111 1011010 11000

Color Harmonies of #752106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752106

Black with #752106

Text Example


Text Example

White with #752106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752106; }

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

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

background-color css

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

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

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

border-color css

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

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

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