#76251B

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

Shades of Falu Red #76251B

Tints of Falu Red #76251B

Color information

#76251B (or 0x76251B) is unknown color: approx Falu Red. HEX triplet: 76, 25 and 1B. RGB value is (118,37,27). Sum of RGB (Red+Green+Blue) = 118+37+27=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #76251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76251B is #89DAE4. Grayscale: #3C3C3C. Windows color (decimal): -9034469 or 1779062. OLE color: 1779062.

HSL color Cylindrical-coordinate representation of color #76251B: hue angle of 6.59º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76251B is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1183727-
CMYK00.690.770.54
HSL6.59º62.76%28.43%-
HSV(B)6.59º77.12%46.27%-
XYZ8.335.251.61-
YUV60.08109.34169.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.84%
GREEN value IS 37 (14.84% from 255) = 20.33%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=64.84%
G=20.33%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118372700.690.770.546.5962.7628.43
Hex76251B0454D3673f1c
Octal166453301051156677734
Binary11101101001011101101000101100110111011011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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