#963726

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

Shades of Fire #963726

Tints of Fire #963726

Color information

#963726 (or 0x963726) is unknown color: approx Fire. HEX triplet: 96, 37 and 26. RGB value is (150,55,38). Sum of RGB (Red+Green+Blue) = 150+55+38=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #963726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963726 is #69C8D9. Grayscale: #515151. Windows color (decimal): -6932698 or 2504598. OLE color: 2504598.

HSL color Cylindrical-coordinate representation of color #963726: hue angle of 9.11º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #963726 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB1505538-
CMYK00.630.750.41
HSL9.11º59.57%36.86%-
HSV(B)9.11º74.67%58.82%-
XYZ14.299.362.89-
YUV81.47103.47176.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.73%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 38 (15.23% from 255) = 15.64%
R=61.73%
G=22.63%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150553800.630.750.419.1159.5736.86
Hex96372603F4B2993c25
Octal226674607711351117445
Binary10010110110111100110011111110010111010011001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963726; }

 p { color: rgb(150,55,38); }

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

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

 a { background-color: rgb(150,55,38); }

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

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

 span { border-color: rgb(150,55,38); }

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