Html Css Color HEX #75100B Falu Red

📋 copy color: '#75100B'

red 117 ◦ green 16 ◦ blue 11

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

Shades of Falu Red #75100B

Tints of Falu Red #75100B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.11%

 BLUE value IS 11 (4.69% from 255) = 7.64%

R = 81.25%
G = 11.11%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75100B (or 0x75100B) is known color: Falu Red. HEX triplet: 75, 10 and 0B. RGB value is (117,16,11). Sum of RGB (Red+Green+Blue) = 117+16+11=144 (19% of max value = 765). Red value is 117 (46.09% from 255 or 81.25% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 117 - color contains mainly: red. Hex color #75100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75100B is #8AEFF4. Grayscale: #2D2D2D. Windows color (decimal): -9105397 or 725109. OLE color: 725109.

HSL color Cylindrical-coordinate representation of color #75100B: hue angle of 2.83º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75100B is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 16 11 -
CMYK 0 0.86 0.91 0.54
HSL 2.83º 0.83% 0.25% -
HSV(B) 2.83º 0.91% 0.46% -
XYZ 7.58 4.18 0.72 -
YUV 45.63 108.46 178.91 -
System Red Green Blue C M Y K H S L
Decimal 117 16 11 0 0.86 0.91 0.54 2.83 0.83 0.25
Hex 75 10 B 0 56 5B 36 3 53 19
Octal 165 20 13 0 126 133 66 3 123 31
Binary 1110101 10000 1011 0 1010110 1011011 110110 11 1010011 11001

Color Harmonies of #75100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75100B

Black with #75100B

Text Example


Text Example

White with #75100B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75100B; }

 p { color: rgb(117,16,11); }

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

background-color css

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

 a { background-color: rgb(117,16,11); }

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

border-color css

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

 span { border-color: rgb(117,16,11); }

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