#963E1B

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

Shades of Fire #963E1B

Tints of Fire #963E1B

Color information

#963E1B (or 0x963E1B) is unknown color: approx Fire. HEX triplet: 96, 3E and 1B. RGB value is (150,62,27). Sum of RGB (Red+Green+Blue) = 150+62+27=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #963E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963E1B is #69C1E4. Grayscale: #545454. Windows color (decimal): -6930917 or 1785494. OLE color: 1785494.

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

Color convert

RGB1506227-
CMYK00.590.820.41
HSL17.07º69.49%34.71%-
HSV(B)17.07º82%58.82%-
XYZ14.510.012.2-
YUV84.3295.65174.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.76%
GREEN value IS 62 (24.61% from 255) = 25.94%
BLUE value IS 27 (10.94% from 255) = 11.30%
R=62.76%
G=25.94%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150622700.590.820.4117.0769.4934.71
Hex963E1B03B5229114523
Octal2267633073122512110543
Binary100101101111101101101110111010010101001100011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,62,27); }

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

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

 a { background-color: rgb(150,62,27); }

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

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

 span { border-color: rgb(150,62,27); }

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