#75230B

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

Shades of Falu Red #75230B

Tints of Falu Red #75230B

Color information

#75230B (or 0x75230B) is unknown color: approx Falu Red. HEX triplet: 75, 23 and 0B. RGB value is (117,35,11). Sum of RGB (Red+Green+Blue) = 117+35+11=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #75230B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75230B is #8ADCF4. Grayscale: #383838. Windows color (decimal): -9100533 or 729973. OLE color: 729973.

HSL color Cylindrical-coordinate representation of color #75230B: hue angle of 13.58º degrees, saturation: 0.83, 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 #75230B is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1173511-
CMYK00.700.910.54
HSL13.58º82.81%25.1%-
HSV(B)13.58º90.6%45.88%-
XYZ85.010.86-
YUV56.78102.17170.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 71.78%
GREEN value IS 35 (14.06% from 255) = 21.47%
BLUE value IS 11 (4.69% from 255) = 6.75%
R=71.78%
G=21.47%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117351100.700.910.5413.5882.8125.1
Hex7523B0465B36e5319
Octal16543130106133661612331
Binary111010110001110110100011010110111101101110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75230B; }

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

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

<style>
 a { background-color: #75230B; }

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

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

<style>
 span { border-color: #75230B; }

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

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