Html Css Color HEX #75100A Falu Red

📋 copy color: '#75100A'

red 117 ◦ green 16 ◦ blue 10

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

Shades of Falu Red #75100A

Tints of Falu Red #75100A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.99%

R = 81.82%
G = 11.19%
B = 6.99%

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

#75100A (or 0x75100A) is known color: Falu Red. HEX triplet: 75, 10 and 0A. RGB value is (117,16,10). Sum of RGB (Red+Green+Blue) = 117+16+10=143 (18% of max value = 765). Red value is 117 (46.09% from 255 or 81.82% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 117 - color contains mainly: red. Hex color #75100A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75100A is #8AEFF5. Grayscale: #2D2D2D. Windows color (decimal): -9105398 or 659573. OLE color: 659573.

HSL color Cylindrical-coordinate representation of color #75100A: hue angle of 3.36º degrees, saturation: 0.84, 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 #75100A is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 16 10 -
CMYK 0 0.86 0.91 0.54
HSL 3.36º 0.84% 0.25% -
HSV(B) 3.36º 0.91% 0.46% -
XYZ 7.58 4.17 0.69 -
YUV 45.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 117 16 10 0 0.86 0.91 0.54 3.36 0.84 0.25
Hex 75 10 A 0 56 5B 36 3 54 19
Octal 165 20 12 0 126 133 66 3 124 31
Binary 1110101 10000 1010 0 1010110 1011011 110110 11 1010100 11001

Color Harmonies of #75100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75100A

Black with #75100A

Text Example


Text Example

White with #75100A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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