#963F23

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

Shades of Fire #963F23

Tints of Fire #963F23

Color information

#963F23 (or 0x963F23) is unknown color: approx Fire. HEX triplet: 96, 3F and 23. RGB value is (150,63,35). Sum of RGB (Red+Green+Blue) = 150+63+35=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #963F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F23 is #69C0DC. Grayscale: #565656. Windows color (decimal): -6930653 or 2310038. OLE color: 2310038.

HSL color Cylindrical-coordinate representation of color #963F23: hue angle of 14.61º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #963F23 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB1506335-
CMYK00.580.770.41
HSL14.61º62.16%36.27%-
HSV(B)14.61º76.67%58.82%-
XYZ14.6610.162.78-
YUV85.8299.32173.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.48%
GREEN value IS 63 (25% from 255) = 25.40%
BLUE value IS 35 (14.06% from 255) = 14.11%
R=60.48%
G=25.40%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150633500.580.770.4114.6162.1636.27
Hex963F2303A4D29f3e24
Octal226774307211551177644
Binary10010110111111100011011101010011011010011111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,63,35); }

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

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

 a { background-color: rgb(150,63,35); }

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

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

 span { border-color: rgb(150,63,35); }

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