Html Css Color HEX #75260C Falu Red

📋 copy color: '#75260C'

red 117 ◦ green 38 ◦ blue 12

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

Shades of Falu Red #75260C

Tints of Falu Red #75260C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.75%

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

R = 70.06%
G = 22.75%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75260C (or 0x75260C) is known color: Falu Red. HEX triplet: 75, 26 and 0C. RGB value is (117,38,12). Sum of RGB (Red+Green+Blue) = 117+38+12=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #75260C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75260C is #8AD9F3. Grayscale: #3A3A3A. Windows color (decimal): -9099764 or 796277. OLE color: 796277.

HSL color Cylindrical-coordinate representation of color #75260C: hue angle of 14.86º 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 #75260C is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 38 12 -
CMYK 0 0.68 0.90 0.54
HSL 14.86º 0.81% 0.25% -
HSV(B) 14.86º 0.9% 0.46% -
XYZ 8.1 5.19 0.92 -
YUV 58.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 117 38 12 0 0.68 0.90 0.54 14.86 0.81 0.25
Hex 75 26 C 0 44 5A 36 F 51 19
Octal 165 46 14 0 104 132 66 17 121 31
Binary 1110101 100110 1100 0 1000100 1011010 110110 1111 1010001 11001

Color Harmonies of #75260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75260C

Black with #75260C

Text Example


Text Example

White with #75260C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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