Html Css Color HEX #75120B Falu Red

📋 copy color: '#75120B'

red 117 ◦ green 18 ◦ blue 11

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

Shades of Falu Red #75120B

Tints of Falu Red #75120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.33%

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

R = 80.14%
G = 12.33%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75120B (or 0x75120B) is known color: Falu Red. HEX triplet: 75, 12 and 0B. RGB value is (117,18,11). Sum of RGB (Red+Green+Blue) = 117+18+11=146 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.14% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 117 - color contains mainly: red. Hex color #75120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75120B is #8AEDF4. Grayscale: #2E2E2E. Windows color (decimal): -9104885 or 725621. OLE color: 725621.

HSL color Cylindrical-coordinate representation of color #75120B: hue angle of 3.96º 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 #75120B is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 18 11 -
CMYK 0 0.85 0.91 0.54
HSL 3.96º 0.83% 0.25% -
HSV(B) 3.96º 0.91% 0.46% -
XYZ 7.61 4.24 0.73 -
YUV 46.8 107.8 178.07 -
System Red Green Blue C M Y K H S L
Decimal 117 18 11 0 0.85 0.91 0.54 3.96 0.83 0.25
Hex 75 12 B 0 55 5B 36 4 53 19
Octal 165 22 13 0 125 133 66 4 123 31
Binary 1110101 10010 1011 0 1010101 1011011 110110 100 1010011 11001

Color Harmonies of #75120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75120B

Black with #75120B

Text Example


Text Example

White with #75120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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