#963A1F

Color #963A1F Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire #963A1F

Tints of Fire #963A1F

Color information

#963A1F (or 0x963A1F) is unknown color: approx Fire. HEX triplet: 96, 3A and 1F. RGB value is (150,58,31). Sum of RGB (Red+Green+Blue) = 150+58+31=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #963A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A1F is #69C5E0. Grayscale: #525252. Windows color (decimal): -6931937 or 2046614. OLE color: 2046614.

HSL color Cylindrical-coordinate representation of color #963A1F: hue angle of 13.61º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #963A1F is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1505831-
CMYK00.610.790.41
HSL13.61º65.75%35.49%-
HSV(B)13.61º79.33%58.82%-
XYZ14.349.612.4-
YUV82.4398.98176.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.76%
GREEN value IS 58 (23.05% from 255) = 24.27%
BLUE value IS 31 (12.5% from 255) = 12.97%
R=62.76%
G=24.27%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150583100.610.790.4113.6165.7535.49
Hex963A1F03D4F29e4223
Octal2267237075117511610243
Binary10010110111010111110111101100111110100111101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963A1F; }

 p { color: rgb(150,58,31); }

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

<style>
 a { background-color: #963A1F; }

 a { background-color: rgb(150,58,31); }

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

<style>
 span { border-color: #963A1F; }

 span { border-color: rgb(150,58,31); }

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