Html Css Color HEX #75130C Falu Red

📋 copy color: '#75130C'

red 117 ◦ green 19 ◦ blue 12

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

Shades of Falu Red #75130C

Tints of Falu Red #75130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.84%

 BLUE value IS 12 (5.08% from 255) = 8.11%

R = 79.05%
G = 12.84%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75130C (or 0x75130C) is known color: Falu Red. HEX triplet: 75, 13 and 0C. RGB value is (117,19,12). Sum of RGB (Red+Green+Blue) = 117+19+12=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #75130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75130C is #8AECF3. Grayscale: #2F2F2F. Windows color (decimal): -9104628 or 791413. OLE color: 791413.

HSL color Cylindrical-coordinate representation of color #75130C: hue angle of 4º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75130C is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 19 12 -
CMYK 0 0.84 0.90 0.54
HSL 0.81% 0.25% -
HSV(B) 0.9% 0.46% -
XYZ 7.64 4.27 0.77 -
YUV 47.5 107.97 177.57 -
System Red Green Blue C M Y K H S L
Decimal 117 19 12 0 0.84 0.90 0.54 4 0.81 0.25
Hex 75 13 C 0 54 5A 36 4 51 19
Octal 165 23 14 0 124 132 66 4 121 31
Binary 1110101 10011 1100 0 1010100 1011010 110110 100 1010001 11001

Color Harmonies of #75130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75130C

Black with #75130C

Text Example


Text Example

White with #75130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75130C; }

 p { color: rgb(117,19,12); }

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

background-color css

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

 a { background-color: rgb(117,19,12); }

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

border-color css

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

 span { border-color: rgb(117,19,12); }

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