#76250B

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

Shades of Falu Red #76250B

Tints of Falu Red #76250B

Color information

#76250B (or 0x76250B) is unknown color: approx Falu Red. HEX triplet: 76, 25 and 0B. RGB value is (118,37,11). Sum of RGB (Red+Green+Blue) = 118+37+11=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #76250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76250B is #89DAF4. Grayscale: #3A3A3A. Windows color (decimal): -9034485 or 730486. OLE color: 730486.

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

Color convert

RGB1183711-
CMYK00.690.910.54
HSL14.58º82.95%25.29%-
HSV(B)14.58º90.68%46.27%-
XYZ8.195.20.89-
YUV58.25101.34170.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.08%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 11 (4.69% from 255) = 6.63%
R=71.08%
G=22.29%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118371100.690.910.5414.5882.9525.29
Hex7625B0455B36f5319
Octal16645130105133661712331
Binary111011010010110110100010110110111101101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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