Html Css Color HEX #75130A Falu Red

📋 copy color: '#75130A'

red 117 ◦ green 19 ◦ blue 10

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

Shades of Falu Red #75130A

Tints of Falu Red #75130A

RGB

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

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

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

R = 80.14%
G = 13.01%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75130A (or 0x75130A) is known color: Falu Red. HEX triplet: 75, 13 and 0A. RGB value is (117,19,10). Sum of RGB (Red+Green+Blue) = 117+19+10=146 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.14% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 117 - color contains mainly: red. Hex color #75130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75130A is #8AECF5. Grayscale: #2F2F2F. Windows color (decimal): -9104630 or 660341. OLE color: 660341.

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

Color convert

RGB 117 19 10 -
CMYK 0 0.84 0.91 0.54
HSL 5.05º 0.84% 0.25% -
HSV(B) 5.05º 0.91% 0.46% -
XYZ 7.62 4.27 0.71 -
YUV 47.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 117 19 10 0 0.84 0.91 0.54 5.05 0.84 0.25
Hex 75 13 A 0 54 5B 36 5 54 19
Octal 165 23 12 0 124 133 66 5 124 31
Binary 1110101 10011 1010 0 1010100 1011011 110110 101 1010100 11001

Color Harmonies of #75130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75130A

Black with #75130A

Text Example


Text Example

White with #75130A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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