#75231D

Color #75231D Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #75231D

Tints of Falu Red #75231D

Color information

#75231D (or 0x75231D) is unknown color: approx Falu Red. HEX triplet: 75, 23 and 1D. RGB value is (117,35,29). Sum of RGB (Red+Green+Blue) = 117+35+29=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #75231D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75231D is #8ADCE2. Grayscale: #3A3A3A. Windows color (decimal): -9100515 or 1909621. OLE color: 1909621.

HSL color Cylindrical-coordinate representation of color #75231D: hue angle of 4.09º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75231D is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1173529-
CMYK00.700.750.54
HSL4.09º60.27%28.63%-
HSV(B)4.09º75.21%45.88%-
XYZ8.165.071.71-
YUV58.83111.17169.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 64.64%
GREEN value IS 35 (14.06% from 255) = 19.34%
BLUE value IS 29 (11.72% from 255) = 16.02%
R=64.64%
G=19.34%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117352900.700.750.544.0960.2728.63
Hex75231D0464B3643c1d
Octal165433501061136647435
Binary11101011000111110101000110100101111011010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75231D; }

 p { color: rgb(117,35,29); }

 H1.HeaderClassName
 {
   color: #75231D;
 }
 .AnyTagClassName
 {
   color: #75231D;
 }
</style>
background-color css

<style>
 a { background-color: #75231D; }

 a { background-color: rgb(117,35,29); }

 div.DivClassName
 {
   background-color: #75231D;
 }
 .BgClassName
 {
   background-color: #75231D;
 }
</style>
border-color css

<style>
 span { border-color: #75231D; }

 span { border-color: rgb(117,35,29); }

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