Html Css Color HEX #75240C Falu Red

📋 copy color: '#75240C'

red 117 ◦ green 36 ◦ blue 12

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

Shades of Falu Red #75240C

Tints of Falu Red #75240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.82%

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

R = 70.91%
G = 21.82%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75240C (or 0x75240C) is known color: Falu Red. HEX triplet: 75, 24 and 0C. RGB value is (117,36,12). Sum of RGB (Red+Green+Blue) = 117+36+12=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #75240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75240C is #8ADBF3. Grayscale: #393939. Windows color (decimal): -9100276 or 795765. OLE color: 795765.

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

Color convert

RGB 117 36 12 -
CMYK 0 0.69 0.90 0.54
HSL 13.71º 0.81% 0.25% -
HSV(B) 13.71º 0.9% 0.46% -
XYZ 8.03 5.07 0.9 -
YUV 57.48 102.34 170.45 -
System Red Green Blue C M Y K H S L
Decimal 117 36 12 0 0.69 0.90 0.54 13.71 0.81 0.25
Hex 75 24 C 0 45 5A 36 E 51 19
Octal 165 44 14 0 105 132 66 16 121 31
Binary 1110101 100100 1100 0 1000101 1011010 110110 1110 1010001 11001

Color Harmonies of #75240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75240C

Black with #75240C

Text Example


Text Example

White with #75240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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