#75220B

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

Shades of Falu Red #75220B

Tints of Falu Red #75220B

Color information

#75220B (or 0x75220B) is unknown color: approx Falu Red. HEX triplet: 75, 22 and 0B. RGB value is (117,34,11). Sum of RGB (Red+Green+Blue) = 117+34+11=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #75220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75220B is #8ADDF4. Grayscale: #383838. Windows color (decimal): -9100789 or 729717. OLE color: 729717.

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

Color convert

RGB1173411-
CMYK00.710.910.54
HSL13.02º82.81%25.1%-
HSV(B)13.02º90.6%45.88%-
XYZ7.974.950.85-
YUV56.19102.5171.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 72.22%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 11 (4.69% from 255) = 6.79%
R=72.22%
G=20.99%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117341100.710.910.5413.0282.8125.1
Hex7522B0475B36d5319
Octal16542130107133661512331
Binary111010110001010110100011110110111101101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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