Html Css Color HEX #75240F Falu Red

📋 copy color: '#75240F'

red 117 ◦ green 36 ◦ blue 15

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

Shades of Falu Red #75240F

Tints of Falu Red #75240F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.93%

R = 69.64%
G = 21.43%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#75240F (or 0x75240F) is known color: Falu Red. HEX triplet: 75, 24 and 0F. RGB value is (117,36,15). Sum of RGB (Red+Green+Blue) = 117+36+15=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75240F is #8ADBF0. Grayscale: #393939. Windows color (decimal): -9100273 or 992373. OLE color: 992373.

HSL color Cylindrical-coordinate representation of color #75240F: hue angle of 12.35º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75240F is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 36 15 -
CMYK 0 0.69 0.87 0.54
HSL 12.35º 0.77% 0.26% -
HSV(B) 12.35º 0.87% 0.46% -
XYZ 8.05 5.08 1.01 -
YUV 57.83 103.84 170.21 -
System Red Green Blue C M Y K H S L
Decimal 117 36 15 0 0.69 0.87 0.54 12.35 0.77 0.26
Hex 75 24 F 0 45 57 36 C 4D 1A
Octal 165 44 17 0 105 127 66 14 115 32
Binary 1110101 100100 1111 0 1000101 1010111 110110 1100 1001101 11010

Color Harmonies of #75240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75240F

Black with #75240F

Text Example


Text Example

White with #75240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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