#75250B

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

Shades of Falu Red #75250B

Tints of Falu Red #75250B

Color information

#75250B (or 0x75250B) is unknown color: approx Falu Red. HEX triplet: 75, 25 and 0B. RGB value is (117,37,11). Sum of RGB (Red+Green+Blue) = 117+37+11=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #75250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75250B is #8ADAF4. Grayscale: #3A3A3A. Windows color (decimal): -9100021 or 730485. OLE color: 730485.

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

Color convert

RGB1173711-
CMYK00.680.910.54
HSL14.72º82.81%25.1%-
HSV(B)14.72º90.6%45.88%-
XYZ8.065.130.88-
YUV57.96101.5170.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.91%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 11 (4.69% from 255) = 6.67%
R=70.91%
G=22.42%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117371100.680.910.5414.7282.8125.1
Hex7525B0445B36f5319
Octal16545130104133661712331
Binary111010110010110110100010010110111101101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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